mirror-checker/debian.py

9 lines
103 B
Python

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