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
from user import User from dir import Dir