ducklm/duck_core/conversations/__init__.py

4 lines
93 B
Python

__all__ = ["ConversationStore"]
from duck_core.conversations.store import ConversationStore