How can I load a Python module given its full path? Note that the file can be anywhere in the file system, as it is a configuration option. i am using python 3.5 in ubutnu , my code so far is :
Create python module test.py
import sys
sys.path.append("test/lib/")
from tes1 import Client1
from tes2 import Client2
import tes3