diff options
Diffstat (limited to 'idatui/__init__.py')
| -rw-r--r-- | idatui/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/idatui/__init__.py b/idatui/__init__.py index 24f3c0f..a52ba8b 100644 --- a/idatui/__init__.py +++ b/idatui/__init__.py @@ -19,6 +19,7 @@ from .domain import ( Func, Line, Ref, + Struct, Decompilation, LIST_PAGE, DISASM_BLOCK, @@ -31,6 +32,7 @@ __all__ = [ "Func", "Line", "Ref", + "Struct", "Decompilation", "LIST_PAGE", "DISASM_BLOCK", |
