This commit is contained in:
2025-03-21 17:47:09 +03:00
commit 346ffd4255
54 changed files with 2565 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
dev:
pip install -e .
pip install -r requirements-dev.txt
pre-commit install