mirror-checker/projects/tdf.py

9 lines
97 B
Python
Raw Normal View History

2021-10-03 18:26:43 -04:00
"""
Contains tdf class
"""
2021-10-04 01:18:07 -04:00
from project import Project
2021-10-03 18:26:43 -04:00
2021-10-04 01:18:07 -04:00
class tdf(Project):
2021-10-03 18:26:43 -04:00
"""tdf class"""