11 lines
187 B
Python
11 lines
187 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 *
|