source:
geniuswebcore/geniusweb/inform/YourTurn.py@
84
Last change on this file since 84 was 84, checked in by , 3 years ago | |
---|---|
File size: 195 bytes |
Rev | Line | |
---|---|---|
[84] | 1 | from geniusweb.inform.Inform import Inform |
2 | ||
3 | class 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.