restructure project
This commit is contained in:
@@ -10,7 +10,7 @@ from pathlib import Path
|
||||
project_root = Path(__file__).parent.parent
|
||||
sys.path.insert(0, str(project_root))
|
||||
|
||||
from src.inference.payment_line_parser import PaymentLineParser, PaymentLineData
|
||||
from inference.pipeline.payment_line_parser import PaymentLineParser, PaymentLineData
|
||||
|
||||
|
||||
class TestPaymentLineParser:
|
||||
|
||||
Reference in New Issue
Block a user