Nested ModuleNotFound
sys.path is a list of directories (or zip archives) to find imports. “The first entry in the module search path is the directory that contains the input script … Otherwise it’s the current directory”*
With the following project layout:
|- main.py #fr...
blog.danwald.me2 min read