src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Sat, 06 Jul 2019 00:59:32 +0200
changeset 203 b378ca8d67af
parent 74 043477fd5c5c
permissions -rw-r--r--
Added tag 0.2.2 for changeset 2c1d48085efc

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']