Files
Grinch-AP/AHITClient.py
2025-05-14 07:18:36 -04:00

10 lines
222 B
Python

import sys
from worlds.ahit.Client import launch
import Utils
import ModuleUpdate
ModuleUpdate.update()
if __name__ == "__main__":
Utils.init_logging("AHITClient", exception_logger="Client")
launch(*sys.argv[1:])