mirror-checker/projects/gentoodistfiles.py

10 lines
131 B
Python

"""
Contains GentooDistfiles class
"""
from project import Project
class GentooDistfiles(Project):
"""GentooDistfiles class"""