SmartEDT/backend/auth/__init__.py

4 lines
106 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.

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