setup.py 62 B

12345
  1. from distutils.core import setup
  2. setup(console=['main.py'])