diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-10-15 14:16:06 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-10-15 17:52:27 -0400 |
| commit | 139520e51c3b7f8c3fd5c4c553dd13e12ffd744d (patch) | |
| tree | 5d064f2d077cda44ea082f6249efe085cf38b59f /python/__init__.py | |
| parent | e6ca3a951901ff7167c518d6fa52c0d4311b893a (diff) | |
Database python api
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index 09701f46..6b16a463 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -66,6 +66,7 @@ from .variable import * from .websocketprovider import * from .workflow import * from .commonil import * +from .database import * def shutdown(): |
