mirror of
https://github.com/makeplane/plane.git
synced 2025-12-23 07:09:34 +01:00
4 lines
65 B
Python
4 lines
65 B
Python
from .celery import app as celery_app
|
|
|
|
__all__ = ("celery_app",)
|