src/notes/tests/api/__init__.py
author duong tam kien <tk@deveha.com>
Wed, 19 Jul 2017 16:47:41 +0200
changeset 122 964633aa5d45
parent 74 043477fd5c5c
permissions -rw-r--r--
bug fix

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']