mirror-checker/projects/debianports.py

10 lines
119 B
Python
Raw Permalink Normal View History

"""
Contains DebianPorts 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 DebianPorts(Project):
2021-10-03 15:35:17 -04:00
"""DebianPorts class"""