diff options
Diffstat (limited to 'view/sharedcache/api/python/__init__.py')
| -rw-r--r-- | view/sharedcache/api/python/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/sharedcache/api/python/__init__.py b/view/sharedcache/api/python/__init__.py new file mode 100644 index 00000000..1f65af93 --- /dev/null +++ b/view/sharedcache/api/python/__init__.py @@ -0,0 +1,8 @@ +import os + +from binaryninja._binaryninjacore import BNGetUserPluginDirectory +user_plugin_dir = os.path.realpath(BNGetUserPluginDirectory()) +current_path = os.path.realpath(__file__) + +from .sharedcache import * + |
