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