hackspace/mhackspace/base/__init__.py

4 lines
77 B
Python

from mhackspace.celeryapp import app as celery_app
__all__ = ['celery_app']