AICertification/app/flask-postgres/tests/conftest.py
2026-04-02 16:49:06 +02:00

5 lines
104 B
Python

import os
import sys
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
sys.path.insert(0, BASE_DIR)