Skip to content

Commit

Permalink
add a proper client in the root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehseezed committed Sep 6, 2024
1 parent dd7f31b commit 1891356
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions AM2RClient.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from __future__ import annotations

import ModuleUpdate
ModuleUpdate.update()

from worlds.am2r.Client import launch
import Utils

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

0 comments on commit 1891356

Please sign in to comment.