mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +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__)
|