summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-01-22 16:11:19 -0500
committerJosh Ferrell <josh@vector35.com>2024-01-22 16:11:19 -0500
commit3dd22f40996fc128ffce6026e8e747ca66bcc21d (patch)
treea5e7fc57dc620fc4d4a408ffdbf114bb66dcf91d /python/__init__.py
parent96053ffc711aa27fcaeeb6cbfa89df0c253361f8 (diff)
Project support
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 f06b0681..2b12d827 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -71,6 +71,7 @@ from .typeprinter import *
from .component import *
from .typecontainer import *
from .exceptions import *
+from .project 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 (