MaxKB/apps/application/views/__init__.py
2024-10-23 17:01:19 +08:00

12 lines
228 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.py
@date2023/9/25 17:12
@desc:
"""
from .application_views import *
from .chat_views import *
from .application_version_views import *