mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-20 11:51:32 -06:00
11 lines
234 B
Python
11 lines
234 B
Python
import ModuleUpdate
|
|
ModuleUpdate.update()
|
|
|
|
import Utils # noqa: E402
|
|
|
|
from worlds.zillion.client import launch # noqa: E402
|
|
|
|
if __name__ == "__main__":
|
|
Utils.init_logging("ZillionClient", exception_logger="Client")
|
|
launch()
|