Archipelago/KH2Client.py

9 lines
196 B
Python
Raw Normal View History

2023-03-20 16:19:55 +00:00
import ModuleUpdate
import Utils
from worlds.kh2.Client import launch
2023-03-20 16:19:55 +00:00
ModuleUpdate.update()
if __name__ == '__main__':
Utils.init_logging("KH2Client", exception_logger="Client")
launch()