1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Add: multi-server support

This commit is contained in:
LmeSzinc
2020-05-25 22:05:42 +08:00
parent 9fa68121dd
commit 2f1f999ce5
517 changed files with 688 additions and 263 deletions

5
module/config/server.py Normal file
View File

@@ -0,0 +1,5 @@
"""
This file stores server, such as 'cn', 'en'.
Use 'import module.config.server as server' to import, don't use 'from xxx import xxx'.
"""
server = 'default'