diff options
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r-- | python/gras/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/gras/__init__.py b/python/gras/__init__.py index 6a836a6..595efeb 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -1 +1,2 @@ -from GRASElements import * +from GRAS_HierBlock import * +from GRAS_ThreadPool import * |