1
0

feat: finish fixing for pybmap

This commit is contained in:
2026-02-09 16:38:53 +08:00
parent a30a0a41d7
commit 9917db0399
9 changed files with 2304 additions and 1018 deletions

View File

@@ -14,9 +14,9 @@ def main() -> None:
return
# Check BMap status.
# if True:
# print('Fail to initialize native BMap.')
# return
if not bmap.is_bmap_available():
print('Fail to initialize native BMap.')
return
# Waiting debugger
input(f'Python PID is {os.getpid()}. Waiting for debugger, press any key to continue...')