mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
11 lines
181 B
Python
11 lines
181 B
Python
# coding=utf-8
|
||
"""
|
||
@project: MaxKB
|
||
@Author:虎
|
||
@file: __init__.py
|
||
@date:2024/8/2 14:53
|
||
@desc:
|
||
"""
|
||
from .function_lib_views import *
|
||
from .py_lint import *
|