view run_game.py @ 265:d2d1d9ccb22d

Fix method signature
author Neil Muller <drnlmuller@gmail.com>
date Sun, 27 May 2012 11:37:23 +0200
parents d0de8832774b
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()