mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 18:22:46 +00:00
11 lines
172 B
Python
11 lines
172 B
Python
# coding=utf-8
|
||
"""
|
||
@project: MaxKB
|
||
@Author:虎虎
|
||
@file: __init__.py.py
|
||
@date:2025/4/14 10:20
|
||
@desc:
|
||
"""
|
||
from .login import *
|
||
from .user import *
|