src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Wed, 05 Sep 2018 12:27:52 +0200
changeset 155 e55ae84508bf
parent 74 043477fd5c5c
permissions -rw-r--r--
Clean CreateSession component and remove trace of previous create session button

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']