mirror-checker/gnu.py

9 lines
94 B
Python

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