app/models.init.py gelöscht
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s
This commit is contained in:
parent
e14cc8b758
commit
b0b0802a56
|
|
@ -1,38 +0,0 @@
|
||||||
"""
|
|
||||||
app/models/__init__.py — Package-Init für mindnet DTOs
|
|
||||||
|
|
||||||
Zweck:
|
|
||||||
Stellt zentrale API-/DTO-Modelle als Import-Fassade bereit.
|
|
||||||
Kompatibilität:
|
|
||||||
Python 3.12+, Pydantic 2.x
|
|
||||||
Version:
|
|
||||||
0.1.0 (Erstanlage für WP-04)
|
|
||||||
Stand:
|
|
||||||
2025-10-07
|
|
||||||
Bezug:
|
|
||||||
Handbuch / Knowledge Design (WP-03/04)
|
|
||||||
Nutzung:
|
|
||||||
from app.models import QueryRequest, QueryResponse, GraphResponse
|
|
||||||
Änderungsverlauf:
|
|
||||||
0.1.0 (2025-10-07) – Erstanlage.
|
|
||||||
"""
|
|
||||||
|
|
||||||
from .dto import (
|
|
||||||
EdgeKind,
|
|
||||||
NodeDTO,
|
|
||||||
EdgeDTO,
|
|
||||||
QueryRequest,
|
|
||||||
QueryHit,
|
|
||||||
QueryResponse,
|
|
||||||
GraphResponse,
|
|
||||||
)
|
|
||||||
|
|
||||||
__all__ = [
|
|
||||||
"EdgeKind",
|
|
||||||
"NodeDTO",
|
|
||||||
"EdgeDTO",
|
|
||||||
"QueryRequest",
|
|
||||||
"QueryHit",
|
|
||||||
"QueryResponse",
|
|
||||||
"GraphResponse",
|
|
||||||
]
|
|
||||||
Loading…
Reference in New Issue
Block a user