mirror-checker/alpine.py

9 lines
103 B
Python

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