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

7 lines
91 B
Python

from config import config
from ok.OK import OK
config = config
ok = OK(config)
ok.start()