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