mirror-checker/projects/arch.py

10 lines
95 B
Python

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