Files
Grinch-AP/KH2Client.py

9 lines
196 B
Python
Raw Normal View History

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