view run_game.py @ 106:5977a709f8c8

Refactor out a bunch of common gui code stuff (since Jermery's not touching this)
author Neil Muller <drnlmuller@gmail.com>
date Wed, 09 May 2012 22:19:09 +0200
parents d0de8832774b
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()