view run_game.pyw @ 245:0975a995113b

Factor out entry widget a bit
author Neil Muller <drnlmuller@gmail.com>
date Thu, 15 Sep 2011 00:20:02 +0200
parents 08941f788c15
children
line wrap: on
line source

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