Initial commit

This commit is contained in:
Kirill Samoylenkov 2025-09-16 19:07:36 +00:00
commit 213e531428
7 changed files with 422 additions and 0 deletions

8
pyproject.toml Normal file
View file

@ -0,0 +1,8 @@
[project]
name = "project-name"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = []