src/notes/tests/models/__init__.py
author ymh <ymh.work@gmail.com>
Wed, 19 Jul 2017 16:20:29 +0200
changeset 120 892980a3af09
parent 117 9864fe2067cd
permissions -rw-r--r--
for notes api, the end point list all properties.

from .auth import AuthModelTests

__all__ = ['AuthModelTests']