src/notes/tests/api/__init__.py
author duong tam kien <tk@deveha.com>
Mon, 10 Jul 2017 16:15:52 +0200
changeset 113 33a04d0a7ecc
parent 74 043477fd5c5c
permissions -rw-r--r--
adds note taking lifecycle diagram

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']