mirror-checker/projects/mySQL.py

9 lines
103 B
Python
Raw Permalink Normal View History

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