mirror-checker/projects/tdf.py

9 lines
97 B
Python

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