gvamysql/gvamysql/mysqltasks/__init__.py
Jan Dittberner ca0d8451d0 Refactor module structure
Move mysqltasks to top level to keep the task names when using Python3.
2020-03-04 20:08:19 +01:00

10 lines
156 B
Python

"""
This module contains :py:mod:`mysqltasks.tasks`.
"""
__version__ = "0.2.0"
from mysqltasks.celery import app as celery_app
__all__ = ('celery_app',)