[server]: Add conftest.py

This commit is contained in:
2025-03-10 00:12:17 +00:00
parent e15a3acd67
commit 3c8cf170f3

View File

@ -0,0 +1,5 @@
import sys
import os
# Ensure the /server path is in PYTHONPATH
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../../')))