From bdaf3e65c7ea19da175656a02e8d16af5f13becc Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 15 Mar 2019 15:48:41 -0400 Subject: Updated triage example --- python/examples/triage/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/examples/triage/__init__.py') 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 -- cgit v1.3.1