ewoksserver.main#
Start ewoks server from the command line with the Uvicorn CLI
uvicorn ewoksserver.main:app
or the FastAPI CLI
fastapi dev src/ewoksserver/main.py
fastapi run src/ewoksserver/main.py
Start ewoks server from the command line with the Uvicorn CLI
uvicorn ewoksserver.main:app
or the FastAPI CLI
fastapi dev src/ewoksserver/main.py
fastapi run src/ewoksserver/main.py