src/notes/tests/models/__init__.py
author ymh <ymh.work@gmail.com>
Sat, 06 Jul 2019 00:59:32 +0200
changeset 203 b378ca8d67af
parent 117 9864fe2067cd
permissions -rw-r--r--
Added tag 0.2.2 for changeset 2c1d48085efc

from .auth import AuthModelTests

__all__ = ['AuthModelTests']