0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-06 08:56:14 +00:00
ok-wuthering-waves/main_debug_console.py
firedcto@gmail.com 325f53eee9 first commit
2024-06-08 16:41:13 +08:00

10 lines
176 B
Python

from config import config
from ok.OK import OK
config = config
config['debug'] = True
config['use_gui'] = False
config['onetime_tasks'][1].enable()
ok = OK(config)
ok.start()