Files
badoHair_be/conftest.py
belviskhoremk d2dc43b16f Initial Commit
2026-05-12 00:34:21 +00:00

4 lines
134 B
Python

import sys, os
# Ensure the project root is on the path so `from main import app` works
sys.path.insert(0, os.path.dirname(__file__))