mike boone
feat: add dataset-first generation path
7a5c5fe
Raw
History Blame Contribute Delete
213 Bytes
"""Chat UI controller compatibility boundary."""
from __future__ import annotations
from chat_interface import authenticate_user, create_chat_interface
__all__ = ["authenticate_user", "create_chat_interface"]