mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
7 lines
96 B
Python
7 lines
96 B
Python
value = '123'
|
|
|
|
try:
|
|
from test2.a import g
|
|
except ImportError:
|
|
# circular import
|
|
pass |