add algam

This commit is contained in:
2025-09-22 11:54:42 +05:00
parent 3c418a97b4
commit 5b9c55a4dc
34 changed files with 4700 additions and 426 deletions

View File

@@ -0,0 +1,21 @@
[project]
name = "app-control-bot"
version = "1.0.0"
description = "Веб-интерфейс для управления тестами Telegram бота"
readme = "README.md"
authors = [
{ name = "Bot Developer" }
]
requires-python = ">=3.12"
dependencies = []
[project.urls]
Repository = "https://github.com/yourusername/bot-telegram"
Issues = "https://github.com/yourusername/bot-telegram/issues"
[project.scripts]
app-control-bot = "main:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"