src/notes/tests/models/__init__.py
author salimr <riwad.salim@yahoo.fr>
Tue, 14 Aug 2018 20:39:55 +0200
changeset 144 8b950885ddae
parent 117 9864fe2067cd
permissions -rw-r--r--
Add local font and assets. Override Bootstrap css varriables. Add specific css files

from .auth import AuthModelTests

__all__ = ['AuthModelTests']