mirror-checker/freebsd.py

9 lines
106 B
Python

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