mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 17:11:42 +00:00
9 lines
141 B
Python
9 lines
141 B
Python
import module.config.server as server
|
|
|
|
server.server = 'cn'
|
|
|
|
from module.config.argparser import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|