mirror-checker/projects/debianports.py

10 lines
116 B
Python
Raw Normal View History

"""
Contains DebianPorts class
"""
from distro import Distro
2021-10-03 15:35:17 -04:00
class DebianPorts(Distro):
2021-10-03 15:35:17 -04:00
"""DebianPorts class"""