Yerbacon/src/headers/transpiler/implementations/Py.hpp

6 lines
66 B
C++

#ifndef PY_HPP
#define PY_HPP
struct PyTarget: Target {};
#endif