6 lines
94 B
C
6 lines
94 B
C
#pragma once
|
|
|
|
#include <pybind11/pybind11.h>
|
|
|
|
void register_io_bindings(pybind11::module &m);
|