view run_game.pyw @ 515:f3e69e59345f

Remove numeric keypad TODO until it can be reproduced on another machine.
author Simon Cross <hodgestar@gmail.com>
date Sun, 18 Sep 2011 00:29:26 +0200
parents 08941f788c15
children
line wrap: on
line source

import yourgameshortname.main
if __name__ == "__main__":
    yourgameshortname.main.main()