#ifndef PYTHON_CORE_PRISM_H_ #define PYTHON_CORE_PRISM_H_ #include "common.h" void define_prism(py::module& m); #endif /* PYTHON_CORE_PRISM_H_ */