mirror-checker/projects/debiancd.py

10 lines
110 B
Python
Raw Normal View History

"""
Contains DebianCD class
"""
2021-10-03 15:44:08 -04:00
from project import Project
2021-10-03 15:35:17 -04:00
2021-10-03 15:44:08 -04:00
class DebianCD(Project):
2021-10-03 15:35:17 -04:00
"""DebianCD class"""