reorg PyBMap files. use correct import statement in module

This commit is contained in:
yyc12345 2023-11-09 17:15:08 +08:00
parent 29e9adac81
commit 9b447733fb
5 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import ctypes, typing, atexit
import bmap, virtools_types
from . import bmap, virtools_types
#region Basic Class & Constant Defines

View File

@ -0,0 +1,6 @@
# PyBMap
The real scripts are placed in sub PyBMap folder. This folder is served for testbench scripts placing.
Place any testbench files (e.g. `testbench.py`) in there what you want and don't sumbit them.
The native BMap library should be placed in sub PyBMap folder, and I have used gitignore file to filter them.
The native BMap library must be named as `BMap.dll` in any platforms (e.g. Linux, macOS). Do not change name to `BMap.so` or `BMap.dylib`.