mirror-checker/projects/arch.py

10 lines
98 B
Python

"""
Contains Arch class
"""
from project import Project
class Arch(Project):
"""Arch class"""