Files
Archipelago/worlds/kh2/Client.py
JaredWeakStrike a6740e7be3 KH2: Deathlink and ingame item popups (#5206)
---------

Co-authored-by: qwint <qwint.42@gmail.com>
Co-authored-by: Delilah <lindsaydiane@gmail.com>
2026-01-28 07:10:29 +01:00

5 lines
240 B
Python

# this is just here for backwards compatibility so people can test.
# ClientStuff will be named Client in the fututre and will require KH2Client.py to use
# from worlds.kh2.Client.Client import launch
from .ClientStuff.Client import launch