From c659d6705bf7d7926dcdeb1defabad5945d414da Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Mon, 30 Aug 2021 15:35:49 -0400 Subject: Commonize all possible IL base classes in commonil.py --- 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 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(): -- cgit v1.3.1