mirror-checker/debiancd.py

9 lines
109 B
Python
Raw Normal View History

"""
Contains DebianCD class
"""
from distro import Distro
class DebianCD(Distro):
"""DebianCD class"""