gvaldap/gvaldap/gvaldap/__init__.py
Jan Dittberner 9ac728d557 Release version 0.8.0
- update changelog
- bump version
2023-05-07 21:11:03 +02:00

9 lines
141 B
Python

"""
This is the gvaldap project module.
"""
__version__ = "0.8.0"
from ldaptasks.celery import app as celery_app
__all__ = ("celery_app",)