summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2022-03-21 22:18:55 -0400
committerGlenn Smith <glenn@vector35.com>2022-03-23 15:11:08 -0400
commit7ca99acb8c56cef386f1c224f8f823bce90653ef (patch)
tree4e1401447efc8a67b7352fdefbfb3bf82ab7f779 /python/__init__.py
parentc3faeedac5a028d7d1f938ccaf79b2f752840ffd (diff)
Secrets provider in python for accessing the keychain
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py
index e0cd31ad..4d9e1fd7 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -64,6 +64,7 @@ from .websocketprovider import *
from .workflow import *
from .commonil import *
from .database import *
+from .secretsprovider import *
# We import each of these by name to prevent conflicts between
# log.py and the function 'log' which we don't import below
from .log import (