From 1bbb0e1dd640abe0278bf5bf947f9ae453f25373 Mon Sep 17 00:00:00 2001 From: kat Date: Tue, 18 Mar 2025 03:25:27 -0400 Subject: Documentation and type hints for sharedcache.py, properly import binaryninja.sharedcache automatically --- python/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/__init__.py b/python/__init__.py index 1c6b279c..e4efd99b 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -82,6 +82,7 @@ from .fileaccessor import * from .languagerepresentation import * from .lineformatter import * from .renderlayer import * +from binaryninja.sharedcache import * # We import each of these by name to prevent conflicts between # log.py and the function 'log' which we don't import below from .log import ( -- cgit v1.3.1