Horizon
version.hpp
1 #pragma once
2 #include <Python.h>
3 
4 PyObject *py_get_app_version(PyObject *self, PyObject *args);