0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-04-24 08:25:16 +00:00
2024-12-18 18:54:25 +08:00

8 lines
135 B
Python

if __name__ == '__main__':
from config import config
from ok import OK
config = config
ok = OK(config)
ok.start()