gvapgsql/gvapgsql/pgsqltasks/__init__.py
Jan Dittberner 68f0834954 Refactor module structure
Move pgsqltasks to top level to keep the task names when using Python 3
2020-03-04 18:14:08 +01:00

11 lines
157 B
Python

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