feat: create backend skeleton

This commit is contained in:
h
2026-05-29 16:11:41 +02:00
parent e08d26dd10
commit 62aac0bf32
37 changed files with 1591 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
from .integrations.asyncio import FromDishka, Scope, inject
__all__ = ["FromDishka", "Scope", "inject"]