src/notes/tests/api/__init__.py
author duong tam kien <tk@deveha.com>
Mon, 17 Jul 2017 16:37:09 +0200
changeset 115 b5d11572f1ed
parent 74 043477fd5c5c
permissions -rw-r--r--
scaffolding

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']