Unable to import files in python - Stack Overflow
stackoverflow.com › questions › 50979073Jun 22, 2018 · For import to work, the directory where the modules are must be in the path (sys.path). The path will normally include the directory where the script you're running is located, but this may be broken if Python is unable to determine where that is (e.g., if you do something like python <script.py). In such cases, Python should add the empty ...