feat: added TimerValidator, validators_tests.py, errors.py; feat: updated ReadJson, custom_timer()

This commit is contained in:
Arduinum628
2025-04-16 20:58:09 +03:00
parent 4e4a6530c2
commit 546c8885ac
10 changed files with 238 additions and 66 deletions

View File

@@ -10,6 +10,8 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"kivy (>=2.3.1,<3.0.0)",
"pytest (>=8.3.5,<9.0.0)",
"typing-extensions (>=4.13.2,<5.0.0)",
]