mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 10:56:24 +02:00
5 lines
88 B
Python
5 lines
88 B
Python
|
|
import uvicorn
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
uvicorn.run("src.main:app", reload=True)
|