feat: implement skeleton phase
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""Frontend protocols and (later) concrete app implementations."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from beaver_gateway.frontends.base import Frontend
|
||||
|
||||
__all__ = ["Frontend"]
|
||||
Reference in New Issue
Block a user