mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-01 18:01:24 +01:00
Files and structure for python interface
This commit is contained in:
9
python/src/module.cpp
Normal file
9
python/src/module.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
|
||||
#include <pybind11/pybind11.h>
|
||||
|
||||
namespace py = pybind11;
|
||||
|
||||
PYBIND11_MODULE(_aare, m) {
|
||||
}
|
||||
Reference in New Issue
Block a user