6 lines
107 B
Python
6 lines
107 B
Python
from test.bases import WorldTestBase
|
|
|
|
|
|
class BumpStikTestBase(WorldTestBase):
|
|
game = "Bumper Stickers"
|