Files
centurion_erp/app/centurion/__init__.py
2025-05-16 22:10:38 +09:30

4 lines
68 B
Python

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