Files
simple-travel-backend/config/__init__.py
2025-09-19 15:19:32 +05:00

4 lines
46 B
Python

from .celery import app
__all__ = ["app"]