feat(python): added robust python bindings covering the entire codebase
This commit is contained in:
5
src/python/expectations/bindings.h
Normal file
5
src/python/expectations/bindings.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <pybind11/pybind11.h>
|
||||
|
||||
void register_expectation_bindings(pybind11::module &m);
|
||||
Reference in New Issue
Block a user