src/notes/tests/models/__init__.py
author ymh <ymh.work@gmail.com>
Fri, 30 Nov 2018 14:49:30 +0100
changeset 185 c8678091a837
parent 117 9864fe2067cd
permissions -rw-r--r--
Added tag 0.1.0 for changeset aac6db7cea99

from .auth import AuthModelTests

__all__ = ['AuthModelTests']