feat: implement skeleton phase

This commit is contained in:
h
2026-05-19 14:19:15 +02:00
parent 75a23d231e
commit 221e660c5c
21 changed files with 586 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
"""Frontend protocols and (later) concrete app implementations."""
from __future__ import annotations
from beaver_gateway.frontends.base import Frontend
__all__ = ["Frontend"]