Small changes

This commit is contained in:
Anish
2026-04-12 12:34:45 +05:30
parent 7fc44c91b8
commit d39a8a049a
29 changed files with 1410 additions and 5 deletions

4
tests/conftest.py Normal file
View File

@@ -0,0 +1,4 @@
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).parent.parent / "src"))