Files
WYGIWYH/app/WYGIWYH/__init__.py
T
Herculino Trotta 50b0c6ce01 initial commit
2024-09-26 11:00:40 -03:00

4 lines
65 B
Python

from .celery import app as celery_app
__all__ = ("celery_app",)