This repository has been archived on 2026-05-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GallerySubscriber/backend/app/tasks/__init__.py
T
2026-01-24 22:52:51 -05:00

6 lines
91 B
Python

"""Celery tasks."""
from app.tasks.celery_app import celery_app
__all__ = ["celery_app"]