add python bindings

This commit is contained in:
Bechir
2024-03-07 03:09:43 +01:00
parent 22fb8763be
commit 5690a61284
10 changed files with 147 additions and 46 deletions

1
python/CMakeLists.txt Normal file
View File

@ -0,0 +1 @@
pybind11_add_module(_aare src/bindings.cpp)