SmartEDT/backend/auth/__init__.py

4 lines
106 B
Python
Raw Permalink Normal View History

"""认证子包密码哈希、token 签发与 FastAPI 依赖。"""
from __future__ import annotations