Python-code moved to backend/ directory.

This commit is contained in:
Frank Agerholm 2026-01-25 10:37:57 +01:00
commit f048b0be58
No known key found for this signature in database
15 changed files with 0 additions and 0 deletions

View file

@ -1,13 +0,0 @@
# Umgebung einrichten
```
poetry install
```
# Dev-Server starten
```
poetry run uviron app.main:app --reload
```