feat: add REST API for categories, game creation, and guessing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mathew Sir Guest the best
2026-05-06 22:46:25 -06:00
co-authored by Claude Opus 4.6
parent c1f7ed44c1
commit 7c3a8f22cf
5 changed files with 382 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ line-length = 88
target-version = ["py313"]
[tool.setuptools.packages.find]
include = ["handlers*"]
include = ["handlers*", "models*", "game*"]
[tool.setuptools_scm]
version_scheme = "release-branch-semver"