Files
Feeding_control_system/models/__init__.py

5 lines
81 B
Python
Raw Normal View History

2025-11-12 14:01:26 +08:00
"""模型包"""
from .task import Task, SendTask
__all__ = ['Task', 'SendTask']