mirror-checker/projects/tdf.py

9 lines
94 B
Python
Raw Normal View History

2021-10-03 18:26:43 -04:00
"""
Contains tdf class
"""
from distro import Distro
class tdf(Distro):
"""tdf class"""