dev: рабочие изменения

This commit is contained in:
2025-10-24 17:28:38 +05:00
commit 748a135156
27 changed files with 2301 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "calculater-chelgu"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"flet[all]>=0.28.3",
]