This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
Server
/
SupplyAgent
Seguir
41
Destacar
1
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
b2a135d18b
Ramas
Etiquetas
dev-find
dev-find-agent-v2
feature/zhangbo
master
SupplyAgent
/
api
/
__main__.py
__main__.py
84 B
Histórico
Raw
1
2
3
4
5
"""python -m api"""
from api.run import main
if __name__ == "__main__":
main()