mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-03 09:25:19 +00:00
7 lines
171 B
Python
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()
|