mirror-checker/ceph.py

9 lines
97 B
Python

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