source: geniuswebcore/geniusweb/inform/YourTurn.py@ 67

Last change on this file since 67 was 67, checked in by Bart Vastenhouw, 3 years ago

Added SAOP and simplerunner to GeniusWebPython. Several minor fixes.

File size: 195 bytes
Line 
1from geniusweb.inform.Inform import Inform
2
3class YourTurn ( Inform ):
4 '''
5 Informs a party that he has the turn and can choose the next action.
6 '''
7
8 def __repr__(self):
9 return "YourTurn"
10
11
Note: See TracBrowser for help on using the repository browser.