@@ -0,0 +1,8 @@
import uvicorn
from server.app import app
from server.config import SERVER_HOST, SERVER_PORT
if __name__ == "__main__":
uvicorn.run(app, host=SERVER_HOST, port=SERVER_PORT)
The note is not visible to the blocked user.