###### tags: `Classical Computing` # python how to import from other directory ``` Modules -- SubFile -- scripts File -- file.py ``` ```python= import sys sys.path.append('../') from Modules.SubFile import scripts ```