from . import models from . import controllers from . import post_init_hook # damit run_migration sichtbar ist: run_migration = post_init_hook.run_migration