UnisKB/apps/common/auth/__init__.py

11 lines
187 B
Python
Raw Normal View History

2023-09-15 09:40:35 +00:00
# coding=utf-8
"""
@project: smart-doc
@Author
@file __init__.py
@date2023/9/14 19:44
@desc:
"""
from .authenticate import *
from .authentication import *