This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Server
/
SupplyAgent
Suivre
41
Voter
1
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
da9b3de94d
Branches
Tags
dev-find
dev-find-agent-v2
dev-new-tree
dev-v2
feature/luojunhui/20260820-pickup
feature/zhangbo
master
SupplyAgent
/
api
/
__main__.py
__main__.py
84 B
Historique
Raw
1
2
3
4
5
"""python -m api"""
from api.run import main
if __name__ == "__main__":
main()