mirror-checker/gnu.py

9 lines
94 B
Python
Raw Normal View History

2021-08-24 17:34:39 -04:00
"""
Contains GNU class
"""
from distro import Distro
class GNU(Distro):
"""GNU class"""