MaxKB/apps/application/views/__init__.py
2025-06-10 20:35:20 +08:00

16 lines
368 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# coding=utf-8
"""
@project: MaxKB
@Author虎虎
@file __init__.py
@date2025/5/9 18:51
@desc:
"""
from .application_api_key import *
from .application import *
from .application_version import *
from .application_access_token import *
from .application_stats import *
from .application_chat import *
from .application_chat_record import *