UnisKB/apps/chat/views/__init__.py

12 lines
204 B
Python
Raw Normal View History

2025-05-27 10:24:28 +00:00
# coding=utf-8
"""
@project: MaxKB
2025-05-30 12:02:39 +00:00
@Author虎虎
2025-05-27 10:24:28 +00:00
@file __init__.py.py
2025-05-30 12:02:39 +00:00
@date2025/5/29 16:08
2025-05-27 10:24:28 +00:00
@desc:
"""
2025-05-30 12:02:39 +00:00
from .chat_embed import *
2025-06-06 14:28:21 +00:00
from .chat import *
2025-06-23 12:19:32 +00:00
from .chat_record import *