forked from mirror/Archipelago
Co-authored-by: Aaron Wagener <[email protected]> Co-authored-by: Joe Prochaska <[email protected]>
9 lines
196 B
Python
9 lines
196 B
Python
import ModuleUpdate
|
|
import Utils
|
|
from worlds.kh2.Client import launch
|
|
ModuleUpdate.update()
|
|
|
|
if __name__ == '__main__':
|
|
Utils.init_logging("KH2Client", exception_logger="Client")
|
|
launch()
|