mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-20 20:01:31 -06:00
10 lines
163 B
Python
10 lines
163 B
Python
![]() |
from __future__ import annotations
|
||
|
|
||
|
import ModuleUpdate
|
||
|
ModuleUpdate.update()
|
||
|
|
||
|
from worlds._bizhawk.context import launch
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
launch()
|