mirror-checker/centos.py

9 lines
103 B
Python

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