"""Celery 任务模块""" from app.tasks.check_tasks import check_all_devices # noqa: F401 __all__ = ['check_all_devices']