]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/rook/__init__.py
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / rook / __init__.py
1 import os
2 if 'UNITTEST' in os.environ:
3 import tests
4
5 from .module import RookOrchestrator