mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-06 04:41:41 +01:00
4 lines
64 B
Python
4 lines
64 B
Python
from .celery import app as celery_app
|
|
|
|
__all__ = ['celery_app']
|