mirror-checker/projects/ceph.py

10 lines
95 B
Python

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