This commit is contained in:
2024-04-30 00:02:03 +03:00
parent 82525b42ee
commit 0da005b652
4 changed files with 22 additions and 16 deletions
+14
View File
@@ -0,0 +1,14 @@
# Валидатор
## Сборка
```
pip install flit
python -m build
```
## Установка
```
pip install dist/validator-2.0-py3-none-any.whl
```