src/notes/tests/api/__init__.py
author salimr <riwad.salim@yahoo.fr>
Tue, 09 Oct 2018 11:03:18 +0200
changeset 163 78c54cb473cd
parent 74 043477fd5c5c
permissions -rw-r--r--
Add offline message

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']