Initial commit: snapAna 截图智能整理工具
包含 FastAPI 后端、React 前端、队列/OCR/标签/待办等完整功能。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
"""SQLAlchemy 模型集中注册入口。"""
|
||||
|
||||
|
||||
def register_all() -> None:
|
||||
"""显式导入以触发模型注册到 Base.metadata。"""
|
||||
from . import screenshot # noqa: F401
|
||||
from . import meta # noqa: F401
|
||||
from . import tag # noqa: F401
|
||||
from . import category # noqa: F401
|
||||
from . import todo # noqa: F401
|
||||
from . import job # noqa: F401
|
||||
from . import watch_folder # noqa: F401
|
||||
from . import setting # noqa: F401
|
||||
Reference in New Issue
Block a user