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