document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. from distutils.core import setup
  2. import py2exe
  3.  
  4. setup(console=[\'hello.py\'])
');