]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/cephadm/__init__.py
f390f18c16aaacde7e142cd485dacdc48135f23c
[ceph.git] / ceph / src / pybind / mgr / cephadm / __init__.py
1 import os
2
3 if 'UNITTEST' in os.environ:
4 import tests
5
6 from .module import CephadmOrchestrator