From e95b220ef18c9dd9e1aecab32b735ff47237f9c7 Mon Sep 17 00:00:00 2001 From: kat Date: Thu, 22 Sep 2022 09:25:01 -0400 Subject: Add the Components API --- 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 ef316c36..1e73f2cc 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -67,6 +67,7 @@ from .database import * from .secretsprovider import * from .typeparser import * from .typeprinter import * +from .component 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