mirror of
https://github.com/A-23187/trae-api.git
synced 2025-12-24 13:18:05 +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)
|