Ajouter Dir à Path Python
import sys
sys.path.insert(0,'/path/to/mod_directory')
Elegant Eel
import sys
sys.path.insert(0,'/path/to/mod_directory')