plugins: python-renderer: Implement first gds_render built-in module with a get_number function

This commit is contained in:
2019-11-17 15:42:17 +01:00
parent 71b500e030
commit aa7f5b4745
3 changed files with 41 additions and 0 deletions

View File

@@ -31,7 +31,13 @@
* @{
*/
#include <Python.h>
/**
* @brief Set up the gds_render python module
* @return New module reference
*/
PyObject *init_gds_render_module();
/** @} */