diff options
| author | Peter LaFosse <peter@vector35.com> | 2021-08-30 15:35:49 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2021-09-06 11:46:43 -0400 |
| commit | c659d6705bf7d7926dcdeb1defabad5945d414da (patch) | |
| tree | a0d7c9cad0adb72a70c6eb8bd35cd300a31e596b /python/__init__.py | |
| parent | a59e684e4d78850a73a6269df361ff551c3a64b9 (diff) | |
Commonize all possible IL base classes in commonil.py
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index 734add95..09701f46 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -65,6 +65,7 @@ from .datarender import * from .variable import * from .websocketprovider import * from .workflow import * +from .commonil import * def shutdown(): |
