I\'m writing a python programm to do granular syncs between different DB.
I\'m using SQLAlchemy and a module named sqlautocode for DB inspecting and Schema Classes p
Just import the modules and don't try to pull the names from them. from X import Y should be used sporadically, anyway.
from X import Y
import module_a import module_b module_a.x module_b.x