Page MenuHomec4science

py_parser.hh
No OneTemporary

File Metadata

Created
Sat, May 11, 18:54

py_parser.hh

#include <pybind11/pybind11.h>
#ifndef AKANTU_PY_AKA_PARSER_HH_
#define AKANTU_PY_AKA_PARSER_HH_
namespace akantu {
void register_parser(pybind11::module & mod);
}
#endif

Event Timeline