view run_game.pyw @ 547:0ddfbb5b1ae7

Script file for launching py2exe test console.
author Simon Cross <hodgestar@gmail.com>
date Sun, 10 Apr 2011 01:09:27 +0200
parents a6fa1fd8111c
children
line wrap: on
line source

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