I have two files:
testons.py (an empty file)
test_main.py:
import testons print(testons.gamma)
I run test_main.py with spyder run