view run_game.py @ 112:91fd3d5d66a3

Removed Creative Commons Sampling licensed files as they are GPL-incompatible and we have alternatives now
author David Fraser <davidf@sjsoft.com>
date Wed, 02 Sep 2009 18:55:46 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()