Skip to content

Commit

Permalink
Create KH1Client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed May 6, 2024
1 parent b6ad5f6 commit 7509e2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions KH1Client.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import ModuleUpdate
import Utils
from worlds.kh1.Client import launch
ModuleUpdate.update()

if __name__ == '__main__':
Utils.init_logging("KH1Client", exception_logger="Client")
launch()

0 comments on commit 7509e2a

Please sign in to comment.