Добавить начальную структуру проекта с основными файлами и зависимостями

This commit is contained in:
Dmitry
2025-12-28 17:40:25 +03:00
commit 904bc48138
8 changed files with 398 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "med-check-generator"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []