fix: fix package imports and tests

This commit is contained in:
2026-05-03 13:07:17 -05:00
parent 25b652c052
commit 071acedcc0
6 changed files with 19 additions and 9 deletions

View File

@@ -2,7 +2,9 @@
import ast
import pytest
from src.tampy.transpiler import SimpleTranspiler
import sys
sys.path.insert(0, "..")
from tampy.transpiler import SimpleTranspiler
def test_simple_transpile():