Initial commit

This commit is contained in:
Aleksandr Ebaklakov
2026-04-22 16:58:43 +03:00
commit 011626b8b7
366 changed files with 23244 additions and 0 deletions

8
Python. uv.md Normal file
View File

@@ -0,0 +1,8 @@
- Создание проекта
```shell
uv init *project_name*
```
- Добавление библиотек:
```shell
uv add *library_name*
```