summaryrefslogtreecommitdiffstats
path: root/aurweb/routers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'aurweb/routers/__init__.py')
-rw-r--r--aurweb/routers/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/aurweb/routers/__init__.py b/aurweb/routers/__init__.py
new file mode 100644
index 00000000..35d43c03
--- /dev/null
+++ b/aurweb/routers/__init__.py
@@ -0,0 +1,5 @@
+"""
+API routers for FastAPI.
+
+See https://fastapi.tiangolo.com/tutorial/bigger-applications/
+"""