feat: project scaffolding with pyproject.toml and package structure

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 02:23:24 -04:00
parent 25a775ff4e
commit 0c48edb5f7
12 changed files with 70 additions and 0 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"))