src/notes/tests/api/__init__.py
author salimr <riwad.salim@yahoo.fr>
Mon, 08 Oct 2018 03:30:54 +0200
changeset 160 183b128a4189
parent 74 043477fd5c5c
permissions -rw-r--r--
Change sessions list disposition and add sessions number

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']