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