6 lines
116 B
Python
6 lines
116 B
Python
|
|
from test.worlds.test_base import WorldTestBase
|
||
|
|
|
||
|
|
|
||
|
|
class SoETestBase(WorldTestBase):
|
||
|
|
game = "Secret of Evermore"
|