own-redis/pyproject.toml
Илья Глазунов 4819674833 server upd
added python client
2026-01-09 20:28:45 +03:00

11 lines
216 B
TOML

[project]
name = "own-redis-client"
version = "0.1.0"
description = "Fuck C++ for client I swear bruh"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
[project.scripts]
client = "python client.py"