liumaolin
feat(api): implement AsyncTrainingManager MVP with SQLite persistence
e43edbb
"""
适配器模块
提供不同环境下的存储、任务队列等适配器实现
"""
from .base import TaskQueueAdapter
__all__ = ["TaskQueueAdapter"]