mirror-checker/arch.py

9 lines
97 B
Python

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