summaryrefslogtreecommitdiff
path: root/tests/modeltests/model_package/models/__init__.py
blob: 91e1b02e7d99fd4e5218656d870097d3d4bd5ee1 (plain)
1
2
3
# Import all the models from subpackages
from article import Article
from publication import Publication