Files
allianceauth/tests/__init__.py
2017-12-11 00:26:07 +10:00

4 lines
64 B
Python

from .celery import app as celery_app
__all__ = ['celery_app']