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 @@
"""Celery tasks."""
from app.tasks.celery_app import celery_app
__all__ = ["celery_app"]