diff options
| author | Rusty Wagner <rusty@vector35.com> | 2019-03-13 11:26:05 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2019-03-20 12:58:42 -0400 |
| commit | 0e73aadf4e787df9e376108eb82e297626045b11 (patch) | |
| tree | e69d5546817e86a3ee23f94923a0e2ece67da3b3 /python/examples/triage/__init__.py | |
| parent | abd03fbbc68824fe2d38cd0d62ba3b99ecd89463 (diff) | |
Initial example triage UI plugin
Diffstat (limited to 'python/examples/triage/__init__.py')
| -rw-r--r-- | python/examples/triage/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/examples/triage/__init__.py b/python/examples/triage/__init__.py new file mode 100644 index 00000000..90cdbd77 --- /dev/null +++ b/python/examples/triage/__init__.py @@ -0,0 +1 @@ +from . import view |
