mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-03 09:25:19 +00:00
9 lines
149 B
Python
9 lines
149 B
Python
from config import config
|
|
from ok.OK import OK
|
|
|
|
config = config
|
|
config['debug'] = True
|
|
config['ocr']['lib'] = 'paddleocr'
|
|
ok = OK(config)
|
|
ok.start()
|