2023-08-28 12:43:43 +08:00

7 lines
96 B
Python

value = '123'
try:
from test2.a import g
except ImportError:
# circular import
pass