mirror-checker/projects/ceph.py

10 lines
98 B
Python

"""
Contains Ceph class
"""
from project import Project
class Ceph(Project):
"""Ceph class"""