AI_Lab_CAM / conftest.py
Aditya7864's picture
Add application file
8096125
Raw
History Blame Contribute Delete
140 Bytes
import sys
from pathlib import Path
root = Path(__file__).resolve().parent
if str(root) not in sys.path:
sys.path.insert(0, str(root))