7 lines
129 B
Python
7 lines
129 B
Python
|
|
from test.TestBase import WorldTestBase
|
||
|
|
|
||
|
|
|
||
|
|
class MessengerTestBase(WorldTestBase):
|
||
|
|
game = "The Messenger"
|
||
|
|
player: int = 1
|