mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-20 20:01:31 -06:00

Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com> Co-authored-by: Joe Prochaska <prochaska.joseph@gmail.com>
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()
|