Files
flectra/addons/openapi/__init__.py
T
2021-01-03 22:07:15 -08:00

9 lines
248 B
Python

# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
def post_load():
# make import in post_load to avoid applying monkey patches when this
# module is not installed
from . import models
from . import controllers