Add FastAPI API server

This commit is contained in:
thePR0M3TH3AN
2025-07-09 09:07:06 -04:00
parent 62a84d59e1
commit a42f880ac5
5 changed files with 185 additions and 0 deletions

View File

@@ -25,3 +25,5 @@ freezegun
pyperclip
qrcode>=8.2
typer>=0.12.3
fastapi>=0.116.0
uvicorn>=0.35.0