entrypoint

This commit is contained in:
Michael Pilosov 2026-04-05 22:47:45 -06:00
parent 0e8886908a
commit 937eacc448

View File

@ -9,3 +9,6 @@ dependencies = [
"uvicorn", "uvicorn",
"python-chess", "python-chess",
] ]
[project.scripts]
chess-pressure = "chess_pressure.app:main"