File size: 241 Bytes
14ee1a9
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import os
import sys

# Calculate the path to the root of the project
root_path = os.path.dirname(os.path.abspath(__file__))

# Add the project root to the sys.path
sys.path.append(root_path)

sys.path.append(os.path.join(root_path, "src"))