diff options
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r-- | python/gras/__init__.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/gras/__init__.py b/python/gras/__init__.py index 595efeb..869a361 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -1,2 +1,3 @@ -from GRAS_HierBlock import * -from GRAS_ThreadPool import * +from GRAS_Block import BlockPython as Block +from GRAS_HierBlock import HierBlock, TopBlock +from GRAS_ThreadPool import ThreadPoolConfig, ThreadPool |