src/notes/tests/api/__init__.py
author salimr <riwad.salim@yahoo.fr>
Tue, 09 Oct 2018 18:54:42 +0200
changeset 164 30a5baa31314
parent 74 043477fd5c5c
permissions -rw-r--r--
Fix SessionForm component edit mode

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']