plugins: python renderer: Add GdsPoint object type definition to gds_render module. This is still playing around as I don't really know what I'm doing at the moment.

This commit is contained in:
2019-11-18 20:27:46 +01:00
parent dd2f21c5cd
commit 2420b80c9e
2 changed files with 69 additions and 6 deletions

View File

@@ -33,6 +33,11 @@
#include <Python.h>
/**
* @brief The gds_render python module name as string
*/
#define GDS_RENDER_MOD_NAME "gds_render"
/**
* @brief Set up the gds_render python module
* @return New module reference