UnisKB/apps/maxkb/settings/__init__.py

12 lines
212 B
Python
Raw Normal View History

2025-04-14 12:11:23 +00:00
# coding=utf-8
"""
@project: MaxKB
@Author虎虎
@file __init__.py.py
@date2025/4/11 16:39
@desc:
"""
from .base import *
2025-04-29 03:47:50 +00:00
from .logging import *
2025-04-14 12:11:23 +00:00
from .auth import *
2025-04-29 03:47:50 +00:00
from .lib import *