diff options
Diffstat (limited to 'src/pybind/mgr/devicehealth/__init__.py')
-rw-r--r-- | src/pybind/mgr/devicehealth/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pybind/mgr/devicehealth/__init__.py b/src/pybind/mgr/devicehealth/__init__.py new file mode 100644 index 000000000..ee85dc9d3 --- /dev/null +++ b/src/pybind/mgr/devicehealth/__init__.py @@ -0,0 +1,2 @@ +# flake8: noqa +from .module import Module |