From 7ca99acb8c56cef386f1c224f8f823bce90653ef Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 21 Mar 2022 22:18:55 -0400 Subject: Secrets provider in python for accessing the keychain --- python/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/__init__.py') 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 ( -- cgit v1.3.1