plugins: python-renderer: Implement first gds_render built-in module with a get_number function
This commit is contained in:
@@ -31,7 +31,13 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
/**
|
||||
* @brief Set up the gds_render python module
|
||||
* @return New module reference
|
||||
*/
|
||||
PyObject *init_gds_render_module();
|
||||
|
||||
/** @} */
|
||||
|
||||
|
Reference in New Issue
Block a user