[python] Initial turtle module

This commit is contained in:
Jean-Baptiste Boric
2018-10-27 10:18:15 +02:00
parent 3b9d307577
commit 464c1a5c95
14 changed files with 320 additions and 5 deletions

View File

@@ -619,7 +619,7 @@ typedef double mp_float_t;
// Whether to call __init__ when importing builtin modules for the first time
#ifndef MICROPY_MODULE_BUILTIN_INIT
#define MICROPY_MODULE_BUILTIN_INIT (0)
#define MICROPY_MODULE_BUILTIN_INIT (1)
#endif
// Whether module weak links are supported