src/notes/tests/models/__init__.py
author ymh <ymh.work@gmail.com>
Wed, 05 Sep 2018 12:27:52 +0200
changeset 155 e55ae84508bf
parent 117 9864fe2067cd
permissions -rw-r--r--
Clean CreateSession component and remove trace of previous create session button

from .auth import AuthModelTests

__all__ = ['AuthModelTests']