micropython/tests/import/circular/main.py

5 wiersze
49 B
Python

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