""" 消息队列模块 提供Celery任务队列功能 """ from .celery_app import app as celery_app __all__ = [ "celery_app" ]