0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-03 09:25:19 +00:00
ok-wuthering-waves/launcher.py
2024-09-09 20:02:09 +08:00

7 lines
171 B
Python

# sys.path.append(os.path.abspath('D:/projects/ok-baijing/python-lib'))
from config import config
from ok.gui.launcher.Launcher import Launcher
Launcher(config).start()