From b0b067e55321594377f35283cf552f51062d5506 Mon Sep 17 00:00:00 2001 From: Andrey Golikov Date: Mon, 9 Feb 2026 20:38:51 +0600 Subject: [PATCH] Initial commit --- .python-version | 1 + README.md | 0 pyproject.toml | 7 +++++++ 3 files changed, 8 insertions(+) create mode 100644 .python-version create mode 100644 README.md create mode 100644 pyproject.toml diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..6324d40 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.14 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..f245b56 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "algorithms" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.14" +dependencies = []