summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorkat <katherine@vector35.com>2022-09-22 09:25:01 -0400
committerkat <katherine@vector35.com>2022-09-22 09:25:01 -0400
commite95b220ef18c9dd9e1aecab32b735ff47237f9c7 (patch)
treee302ace94bc5c8707edbc037c1fea55cfabc73cd /python/__init__.py
parent07be3689f173e7a55af5e795c10377e0afdd594f (diff)
Add the Components API
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 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 (