Files
concrete/compiler/python/CompilerAPIModule.h
2021-08-04 14:14:37 +02:00

14 lines
312 B
C++

#ifndef ZAMALANG_PYTHON_COMPILER_API_MODULE_H
#define ZAMALANG_PYTHON_COMPILER_API_MODULE_H
#include <pybind11/pybind11.h>
namespace zamalang {
namespace python {
void populateCompilerAPISubmodule(pybind11::module &m);
} // namespace python
} // namespace zamalang
#endif // ZAMALANG_PYTHON_DIALECTMODULES_H