Рабочая версия

This commit is contained in:
2024-02-02 23:24:29 +03:00
commit ce86755d81
9 changed files with 303 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "router"
version ="0.1.0"
authors = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
]
description = "Маршрутизатор"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
keywords = ["documentation"]
dependencies = []