feat: basic function

This commit is contained in:
2026-05-11 00:44:15 +08:00
committed by qianrui.mmmy
commit e46b2b84c5
17 changed files with 1946 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[project]
name = "texas-hold-x"
version = "0.1.0"
description = "A standard-library Texas Hold'em service for multi-agent poker games."
requires-python = ">=3.11"
dependencies = []
[project.scripts]
texas-holdem-server = "texas_holdem.server:main"
texas-holdem-human = "texas_holdem.human_client:main"
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]