This commit is contained in:
Vitor Santos Costa
2018-12-10 22:40:12 +00:00
parent 1797e5132e
commit 18e437f038
5 changed files with 112 additions and 31 deletions

View File

@@ -1,4 +1,16 @@
/**
* @file python.c
*
* @brief data structures and init for Py4YAP library
*
*/
/**
* @defgroup PY4YAP
* @ingroup python
* @brief make Python talk to YAP
* @{
*/
#include "py4yap.h"
#include <VFS.h>
@@ -127,3 +139,5 @@ X_API bool do_init_python(void) {
// python_output();
return true;
}
// @}