将后端迁入 backend/,完善根目录 .gitignore,删除误提交的 .mypy_cache 缓存文件。 Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
108 B
Python
4 lines
108 B
Python
from app.repositories.surgery_results import SurgeryResultRepository
|
|
|
|
__all__ = ["SurgeryResultRepository"]
|