Meeting20130226: play.py

File play.py, 60 bytes (added by hodgestar, 11 years ago)

Script to run the guessing game.

Line 
1import guessing
2
3game = guessing.GuessingGame()
4game.play()