From 5fdf81a051ec363c009bc6ae1811e3cba7d56af3 Mon Sep 17 00:00:00 2001 From: Brandon Miller Date: Fri, 19 Apr 2024 14:25:03 -0400 Subject: Python bindings for base address detection API --- python/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/__init__.py') diff --git a/python/__init__.py b/python/__init__.py index 498475f4..b7702569 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -74,6 +74,7 @@ from .typearchive import * from .typecontainer import * from .exceptions import * from .project import * +from .basedetection 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