We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d3b53 commit dccd86aCopy full SHA for dccd86a
src/lightspeed-stack.py
@@ -1,4 +1,8 @@
1
"""Lightspeed stack."""
2
3
+from runners.uvicorn import start_uvicorn
4
+import version
5
+
6
if __name__ == "__main__":
7
print("Lightspeed stack")
8
+ start_uvicorn()
0 commit comments