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