mirror of https://github.com/arendst/Tasmota.git
Merge pull request #15571 from s-hadinger/berry_import_global
Berry add `import global` to implicit imports
This commit is contained in:
commit
a027c99a53
|
@ -27,6 +27,7 @@
|
|||
|
||||
const char berry_prog[] =
|
||||
|
||||
"import global "
|
||||
#ifdef USE_BERRY_PYTHON_COMPAT
|
||||
// enable python syntax compatibility mode
|
||||
"import python_compat "
|
||||
|
|
Loading…
Reference in New Issue