src/notes/tests/api/__init__.py
author salimr <riwad.salim@yahoo.fr>
Tue, 14 Aug 2018 20:34:50 +0200
changeset 143 cfcbf4bc66f1
parent 74 043477fd5c5c
permissions -rw-r--r--
Remove react-bootstrap from components except Modal, Collapse and Dropdown

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']