mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
8 lines
114 B
Python
8 lines
114 B
Python
if "__file__" not in globals():
|
|
print("SKIP")
|
|
raise SystemExit
|
|
|
|
import import1b
|
|
|
|
print(import1b.__file__)
|