PageRenderTime 35ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): BSD-3-Clause
  1. # Import all the models from subpackages
  2. from article import Article
  3. from publication import Publication