Answers for "how to read a module in another directory in linux python"

1

how to import a module from a different directory in python

from folder import module

OR

import folder.module as module
Posted by: Guest on September-12-2021

Code answers related to "how to read a module in another directory in linux python"

Python Answers by Framework

Browse Popular Code Answers by Language