api/app/models/__init__.py
2025-04-09 10:49:02 +08:00

2 lines
89 B
Python
Raw 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.

# 导入所有模型确保它们被SQLAlchemy注册
from app.models.users import User