Created
October 31, 2013 06:30
-
-
Save siroken3/7245120 to your computer and use it in GitHub Desktop.
setup.pyで指定したLAUNCHERの中身の例
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import ROOTPACKAGE.MAIN_MODULE | |
| ROOTPACKAGE.MAIN_MODULE.main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment