semantic update

This commit is contained in:
2026-02-20 10:41:15 +03:00
parent 43814511ee
commit 01efc9dae1
16 changed files with 1856 additions and 1326 deletions

View File

@@ -18,3 +18,4 @@ def __getattr__(name):
from .resource_service import ResourceService
return ResourceService
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
# [/DEF:backend.src.services:Module]