py3x/__main__.py

6 lines
60 B
Python
Raw Normal View History

2019-07-03 16:14:35 +00:00
print("loading __main__.py")
from py3x import main
main()