In my project I have a directory (./Mylibs) with all my own libraries. To import them I simply write:
from Mylibs import configure, db, logger
Th