mirror-checker/kde.py

9 lines
94 B
Python

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