forked from mirror/Archipelago
--------- 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
|