mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-04-24 08:25:16 +00:00
8 lines
135 B
Python
8 lines
135 B
Python
if __name__ == '__main__':
|
|
from config import config
|
|
from ok import OK
|
|
|
|
config = config
|
|
ok = OK(config)
|
|
ok.start()
|