mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-01 08:11:45 +00:00
Co-authored-by: 夏姜 <wenfengjiang.jwf@digital-engine.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: wb-lh513319 <wb-lh513319@alibaba-inc.com> Co-authored-by: csunny <cfqsunny@163.com>
4 lines
204 B
Python
4 lines
204 B
Python
from .gpts_conversations_db import GptsConversationsDao, GptsConversationsEntity
|
|
from .gpts_messages_db import GptsMessagesDao, GptsMessagesEntity
|
|
from .gpts_plans_db import GptsPlansDao, GptsPlansEntity
|