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
9 changed files with 265 additions and 108 deletions
Showing only changes of commit c628498637 - Show all commits

View File

@@ -8,7 +8,7 @@ if __name__ == "__main__":
lg.basicConfig(
level=lg.DEBUG,
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
format="%(asctime)s : [%(levelname)s] : %(threadName)s : %(name)s :: %(message)s",
)
backend_server = BackendServer()