Answers for "python import scripts from another directory"

0

Python, importing other scripts from other directories

import sys
sys.path.insert(0, 'path/to/your/py_file')

import py_file
Posted by: Guest on June-07-2021

Code answers related to "python import scripts from another directory"

Python Answers by Framework

Browse Popular Code Answers by Language