mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 19:48:21 +08:00
9 lines
144 B
Python
9 lines
144 B
Python
|
|
import module.config.server as server
|
||
|
|
|
||
|
|
server.server = 'tw'
|
||
|
|
|
||
|
|
from module.config.argparser_tw import main
|
||
|
|
|
||
|
|
if __name__ == '__main__':
|
||
|
|
main()
|