mirror-checker/projects/gnu.py

10 lines
92 B
Python

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