MaxKB/apps/application/models/__init__.py
shaohuzhang1 43654bddaf
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
feat: application operate api (#3176)
2025-05-30 20:02:39 +08:00

13 lines
261 B
Python
Raw 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/7 15:14
@desc:
"""
from .application import *
from .application_access_token import *
from .application_chat import *
from .application_api_key import *