updated api python

This commit is contained in:
2025-05-11 22:54:30 +03:00
commit c61a09a54a
14 changed files with 812 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# idea
.idea/