mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
13 lines
261 B
Python
13 lines
261 B
Python
# coding=utf-8
|
||
"""
|
||
@project: MaxKB
|
||
@Author:虎虎
|
||
@file: __init__.py
|
||
@date:2025/5/7 15:14
|
||
@desc:
|
||
"""
|
||
from .application import *
|
||
from .application_access_token import *
|
||
from .application_chat import *
|
||
from .application_api_key import *
|