I have a directory that stores all the .py files.
bin/ main.py user.py # where class User resides dir.py # where class Dir resides
I'm not sure why this work but using Pycharm build from file_in_same_dir import class_name
from file_in_same_dir import class_name
The IDE complained about it but it seems it still worked. I'm using Python 3.7