Subtrans / conftest.py
arjun-ms's picture
Initial commit: Subtrans Subtitle Pipeline
57bbccb
raw
history blame contribute delete
134 Bytes
import sys
import os
# Ensure the project root is in sys.path so 'app' can be imported
sys.path.insert(0, os.path.dirname(__file__))