working on project class and implegmenting tests

This commit is contained in:
venus
2026-04-23 07:05:28 -05:00
parent 13a5603773
commit ab1c520cc2
6 changed files with 138 additions and 7 deletions

View File

@@ -21,3 +21,8 @@ packages = ["src/ctf"]
[tool.pyright]
extraPaths = ["src"]
[dependency-groups]
dev = [
"pytest>=9.0.3",
]