diff options
Diffstat (limited to 'src/pybind/mgr/insights/__init__.py')
-rw-r--r-- | src/pybind/mgr/insights/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pybind/mgr/insights/__init__.py b/src/pybind/mgr/insights/__init__.py new file mode 100644 index 000000000..99e806328 --- /dev/null +++ b/src/pybind/mgr/insights/__init__.py @@ -0,0 +1,6 @@ +import os + +if 'UNITTEST' in os.environ: + import tests + +from .module import Module |