mirror-checker/apache.py

9 lines
103 B
Python

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