mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-06 08:56:14 +00:00
10 lines
176 B
Python
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()
|