migrazione verso gitea

This commit is contained in:
2026-03-31 19:15:33 +02:00
parent 8806d598eb
commit f6a5b1b29f
118 changed files with 17197 additions and 459 deletions

View File

@@ -16,6 +16,8 @@ import pyodbc
@dataclass
class SPResult:
"""Standard return container used by the handwritten procedure ports."""
message: str | None = None
id_result: int | None = None