Files
H3ConuMS-v2/backend/app/tasks/__init__.py
T
2026-04-02 23:40:04 +08:00

5 lines
125 B
Python

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