diff options
| author | Rusty Wagner <rusty@vector35.com> | 2019-03-15 15:48:41 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2019-03-20 13:00:17 -0400 |
| commit | bdaf3e65c7ea19da175656a02e8d16af5f13becc (patch) | |
| tree | 21c260ea11de825dcfb12723956cdc17efb08902 /python/examples/triage/__init__.py | |
| parent | 7957fa580eb5f85bc2ce1deb7933f3b6db47a886 (diff) | |
Updated triage example
Diffstat (limited to 'python/examples/triage/__init__.py')
| -rw-r--r-- | python/examples/triage/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/examples/triage/__init__.py b/python/examples/triage/__init__.py index 90cdbd77..d43379da 100644 --- a/python/examples/triage/__init__.py +++ b/python/examples/triage/__init__.py @@ -1 +1,3 @@ from . import view +from . import byte +from . import files |
