mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 18:32:48 +00:00
11 lines
189 B
Python
11 lines
189 B
Python
# coding=utf-8
|
||
"""
|
||
@project: MaxKB
|
||
@Author:虎虎
|
||
@file: __init__.py
|
||
@date:2025/5/9 18:51
|
||
@desc:
|
||
"""
|
||
from .application_api_key import *
|
||
from .application import *
|