mirror of
https://github.com/A-23187/trae-api.git
synced 2025-09-26 20:41:33 +08:00
5 lines
101 B
Python
5 lines
101 B
Python
import uvicorn
|
|
|
|
if __name__ == "__main__":
|
|
uvicorn.run("src.app:app", host="0.0.0.0", port=8000)
|