holy agent
This commit is contained in:
8
scripts/serve.py
Normal file
8
scripts/serve.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
import uvicorn
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
uvicorn.run("hpcsim.api:app", host="0.0.0.0", port=8000, reload=False)
|
||||
Reference in New Issue
Block a user