circuitpython/tests/import/circular/main.py

5 lines
49 B
Python

x = 1
import circular.sub
print(circular.sub.y)