mirror-checker/projects/ceph.py

10 lines
98 B
Python
Raw Normal View History

2021-08-24 18:37:27 -04:00
"""
Contains Ceph class
"""
2021-10-03 15:44:08 -04:00
from project import Project
2021-08-24 18:37:27 -04:00
2021-10-03 15:35:17 -04:00
2021-10-03 15:44:08 -04:00
class Ceph(Project):
2021-10-03 15:35:17 -04:00
"""Ceph class"""