mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
12 lines
228 B
Python
12 lines
228 B
Python
# coding=utf-8
|
||
"""
|
||
@project: maxkb
|
||
@Author:虎
|
||
@file: __init__.py.py
|
||
@date:2023/9/25 17:12
|
||
@desc:
|
||
"""
|
||
from .application_views import *
|
||
from .chat_views import *
|
||
from .application_version_views import *
|