diff options
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r-- | python/gras/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gras/__init__.py b/python/gras/__init__.py index ee24697..9f613f2 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -1,5 +1,5 @@ # Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. -from GRAS_Block import Block, Tag +from GRAS_Block import Block, Tag, IOSignature from GRAS_HierBlock import HierBlock, TopBlock from GRAS_ThreadPool import ThreadPoolConfig, ThreadPool |