open_workshop/__init__.py

5 lines
159 B
Python

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