punyverse/punyverse/__main__.pyw
Quantum a7ffda822e Added launcher generation and fixed all imports.
Signed-off-by: Xiaomao Chen <xiaomao5@live.com>
2013-10-29 18:52:35 -04:00

5 lines
75 B
Python

from punyverse.__main__ import main
if __name__ == '__main__':
main()