mirror-checker/apache.py

9 lines
103 B
Python
Raw Normal View History

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