summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/insights/__init__.py
blob: 99e8063285815e4370f98fad426d733c7f3200b5 (plain)
1
2
3
4
5
6
import os

if 'UNITTEST' in os.environ:
    import tests

from .module import Module