mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 00:52:22 +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()
|