mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-08-04 13:46:16 -07:00
--------- Co-authored-by: qwint <[email protected]> Co-authored-by: Delilah <[email protected]>
5 lines
240 B
Python
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
|