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