mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 05:47:30 +08:00
5 lines
80 B
Python
5 lines
80 B
Python
|
from module.config.argparser import main
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
main()
|