Version 0.2 finally first commit

This commit is contained in:
Doc
2025-10-01 20:27:37 -04:00
commit 71e933be72
22 changed files with 1509 additions and 0 deletions

6
tests/conftest.py Normal file
View File

@@ -0,0 +1,6 @@
import pytest
import sys
import os
# Adjust PATH environment variable to include the src directory
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../src')))