sbt-idp/cope2n-api/fwd/__init__.py
PhanThanhTrung cfc4eaabdf update
2024-10-29 18:18:07 +07:00

3 lines
64 B
Python
Executable File

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