forked from TrueCloudLab/frostfs-testlib
6 lines
93 B
Python
6 lines
93 B
Python
|
import os
|
||
|
import sys
|
||
|
|
||
|
app_dir = os.path.join(os.getcwd(), "src")
|
||
|
sys.path.insert(0, app_dir)
|