When in a subdirectory you should be able to import another file from the same directory by using a . for the directory name.
My guess this has to the way we implement the "main.py" function. Further assumption is the way we set things so that runtime errors print out correctly and in which file.
When in a subdirectory you should be able to import another file from the same directory by using a . for the directory name.
My guess this has to the way we implement the "main.py" function. Further assumption is the way we set things so that runtime errors print out correctly and in which file.