rapid interations of server side app and firefox extension

This commit is contained in:
Bryan Van Deusen
2026-01-24 22:52:51 -05:00
commit b9b8048a2d
81 changed files with 9675 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
"""API blueprints."""
from app.api import sources, downloads, credentials, settings, platforms, websocket
__all__ = ["sources", "downloads", "credentials", "settings", "platforms", "websocket"]