5 lines
81 B
Python
5 lines
81 B
Python
"""模型包"""
|
|
from .task import Task, SendTask
|
|
|
|
__all__ = ['Task', 'SendTask']
|