mirror-checker/debianports.py

9 lines
118 B
Python
Raw Normal View History

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