1import sys
2sys.path.append('/foo/bar/my_module')
3# Considering your module contains a function called my_func, you could import it:4from my_module import my_func
5# Or you could import the module as a whole,6import my_module
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content