mirror-checker/projects/mySQL.py

9 lines
101 B
Python
Raw Normal View History

2021-10-04 03:04:08 -04:00
"""
Contains tdf class
"""
from project import Project
class mySQL(Project):
"""mySQL class"""