diff options
Diffstat (limited to 'src/pybind/mgr/restful/context.py')
-rw-r--r-- | src/pybind/mgr/restful/context.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pybind/mgr/restful/context.py b/src/pybind/mgr/restful/context.py new file mode 100644 index 000000000..a05ea8548 --- /dev/null +++ b/src/pybind/mgr/restful/context.py @@ -0,0 +1,2 @@ +# Global instance to share +instance = None |