5 lines
125 B
Python
5 lines
125 B
Python
"""Celery 任务模块"""
|
|
from app.tasks.check_tasks import check_all_devices # noqa: F401
|
|
|
|
__all__ = ['check_all_devices']
|