MaxKB/apps/smartdoc/settings/__init__.py
shaohuzhang1 fd6aa4fb39
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
fix: 优化认证逻辑 (#724)
2024-07-09 18:59:15 +08:00

12 lines
192 B
Python
Raw Permalink 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: smart-doc
@Author
@file __init__.py
@date2023/9/14 15:45
@desc:
"""
from .base import *
from .logging import *
from .auth import *