This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Server
/
SupplyAgent
Segui
41
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
408d9fcaef
Rami (Branch)
Tag
dev-feedback
dev-find-agent
dev-login
dev-process-optimization
dev-update-find-agent
feature/zhangbo
master
SupplyAgent
/
api
/
__main__.py
__main__.py
84 B
Cronologia
Originale
1
2
3
4
5
"""python -m api"""
from api.run import main
if __name__ == "__main__":
main()