view run_game.py @ 97:069a2d34b8b5

I shall pretend I did not touch the GUI, even though I added a myriad copies of some extra widgets.
author Jeremy Thurgood <firxen@gmail.com>
date Wed, 09 May 2012 21:50:29 +0200
parents d0de8832774b
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()