/tests/modeltests/model_package/models/__init__.py

https://code.google.com/p/mango-py/ · Python · 3 lines · 2 code · 0 blank · 1 comment · 0 complexity · 1ee588ed5354f75c05b8e22b5fe08aa0 MD5 · raw file

  1. # Import all the models from subpackages
  2. from article import Article
  3. from publication import Publication