view run_game.pyw @ 81:a1b4d09e6f23

Floor switch with horrible hackery.
author davidsharpe@lantea.local
date Sun, 01 Sep 2013 22:53:37 +0200
parents 1ea8fa09b70f
children d66b6fce6f9b
line wrap: on
line source

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