mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 09:01:45 +00:00
9 lines
144 B
Python
9 lines
144 B
Python
|
import module.config.server as server
|
||
|
|
||
|
server.server = 'en'
|
||
|
|
||
|
from module.config.argparser_en import main
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
main()
|