Files
centurion_erp/app/centurion/__init__.py
2025-07-04 08:38:55 +09:30

4 lines
68 B
Python

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