mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
Add testcase for "from module import *".
This commit is contained in:
2
tests/basics/import3a.py
Normal file
2
tests/basics/import3a.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from import1b import *
|
||||
print(var)
|
||||
Reference in New Issue
Block a user