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 a46e32f commit 86c7588Copy full SHA for 86c7588
Backend/NotesToText.py
@@ -0,0 +1,5 @@
1
+from fastapi import APIRouter
2
+
3
4
+# Create an instance of APIRouter
5
+router = APIRouter()
0 commit comments