from app.tasks.app import celery_app from app.tasks import events as _events # noqa: F401 from app.tasks import legacy as _legacy # noqa: F401 from app.tasks import lifecycle as _lifecycle # noqa: F401 from app.tasks import market as _market # noqa: F401 from app.tasks import reports as _reports # noqa: F401 from app.tasks import risk as _risk # noqa: F401 from app.tasks import subscriptions as _subscriptions # noqa: F401 __all__ = ["celery_app"]