dispatcher.h 86 字节
Newer Older
1 2 3 4 5
#pragma once

#include <pybind11/pybind11.h>

void init_dispatcher(pybind11::module);