mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
8 lines
111 B
Python
8 lines
111 B
Python
![]() |
from . import RoR2TestBase
|
||
|
|
||
|
|
||
|
class ClassicTest(RoR2TestBase):
|
||
|
options = {
|
||
|
"goal": "classic",
|
||
|
}
|