mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-07 15:13:52 -08:00
--------- Co-authored-by: qwint <qwint.42@gmail.com> Co-authored-by: Delilah <lindsaydiane@gmail.com>
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
|