mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
9 lines
198 B
Python
9 lines
198 B
Python
![]() |
from worlds.ahit.Client import launch
|
||
|
import Utils
|
||
|
import ModuleUpdate
|
||
|
ModuleUpdate.update()
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
Utils.init_logging("AHITClient", exception_logger="Client")
|
||
|
launch()
|