mirror-checker/kernel.py

9 lines
103 B
Python

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