from .databases import PostgresDB from .dbs.db import DB def doSmth(): p = PostgresDB() d = DB()