refactor(replay): remove replay server and web client

This commit is contained in:
2026-05-17 11:27:39 +08:00
parent 1ee963ce2e
commit 01c7176b1c
7 changed files with 2 additions and 1861 deletions
-1
View File
@@ -9,7 +9,6 @@ dependencies = []
texas-holdem-server = "texas_holdem.server:main"
texas-holdem-human = "texas_holdem.human_client:main"
texas-holdem-ai = "texas_holdem.ai_client:main"
texas-holdem-replay = "texas_holdem_replay.server:main"
[tool.setuptools.package-data]
texas_holdem_replay = ["static/*"]