Files
Grinch-AP/worlds/ror2/test/test_classic.py
2023-11-22 09:20:32 -06:00

8 lines
111 B
Python

from . import RoR2TestBase
class ClassicTest(RoR2TestBase):
options = {
"goal": "classic",
}