mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-25 14:23:23 -07:00
10 lines
215 B
Python
10 lines
215 B
Python
import Utils
|
|
from worlds.jakanddaxter.Client import launch
|
|
|
|
import ModuleUpdate
|
|
ModuleUpdate.update()
|
|
|
|
if __name__ == '__main__':
|
|
Utils.init_logging("JakAndDaxterClient", exception_logger="Client")
|
|
launch()
|