mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-22 16:02:09 +00:00
4 lines
64 B
Python
4 lines
64 B
Python
from .celery import app as celery_app
|
|
|
|
__all__ = ["celery_app"]
|