feat: add placeholder backend #7

Merged
pufereq merged 24 commits from feat/add-placeholder-backend into develop 2025-08-26 17:56:00 +00:00
2 changed files with 51 additions and 0 deletions
Showing only changes of commit 5a4b5ddd82 - Show all commits

View File

@@ -0,0 +1,3 @@
from .server import BackendServer
__all__ = ["BackendServer"]