Initial push

This commit is contained in:
Ano-sys
2025-01-26 21:55:49 +01:00
commit 8174f6de96
10 changed files with 882 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[tox]
env_list = py{38,39,310,311}
skipsdist = true
[testenv]
description = run unit tests
deps =
pytest
commands =
pytest