Initial commit

This commit is contained in:
AuroraCrimsonRose
2026-05-27 15:07:22 -05:00
commit cc64e8d41e
31 changed files with 2354 additions and 0 deletions

8
tests/conftest.py Normal file
View File

@@ -0,0 +1,8 @@
import pytest
from pathlib import Path
TEST_ROOT = Path(__file__).parent
@pytest.fixture
def workspace(tmp_path):
return tmp_path