feat: AR-ElecArrangement initial commit — Python FastAPI + uvicorn (LAN desktop app, packaged as .exe via PyInstaller)

This commit is contained in:
2026-07-03 12:18:12 -04:00
commit 5f552ca8ab
22 changed files with 1444 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
-r requirements.txt
# ── Tests ────────────────────────────────────────────────────────────────────
pytest>=8.3
pytest-asyncio>=0.25
httpx>=0.28
# ── Linting / formato ────────────────────────────────────────────────────────
ruff>=0.8
mypy>=1.13