src/notes/tests/models/__init__.py
author ymh <ymh.work@gmail.com>
Tue, 18 Dec 2018 02:28:53 +0100
changeset 200 1b9b9401ba7c
parent 117 9864fe2067cd
permissions -rw-r--r--
Set version 0.2.1

from .auth import AuthModelTests

__all__ = ['AuthModelTests']