Files
stroid/src/python/refinement/bindings.h

6 lines
103 B
C
Raw Normal View History

2026-07-01 11:14:12 -04:00
#pragma once
#include <pybind11/pybind11.h>
void register_refinement_bindings(pybind11::module_& m);