feat: add backend server #9

Merged
pufereq merged 31 commits from feat/add-backend-server into develop 2025-09-19 13:20:40 +00:00
10 changed files with 355 additions and 62 deletions
Showing only changes of commit 7d36e6e431 - Show all commits

View File

@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import annotations
from typing import TYPE_CHECKING
import flask