view run_game.py @ 402:3a469d46b820

Tweak safe logic to avoid some corner cases
author Neil Muller <drnlmuller@gmail.com>
date Thu, 19 Nov 2009 11:23:06 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()