src/notes/tests/api/__init__.py
author salimr <riwad.salim@yahoo.fr>
Mon, 01 Oct 2018 00:17:45 +0200
changeset 158 964438ef8401
parent 74 043477fd5c5c
permissions -rw-r--r--
Add auto scroll to NoteList

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']