src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Sat, 06 Jul 2019 01:01:00 +0200
changeset 205 da377e983aa6
parent 74 043477fd5c5c
permissions -rw-r--r--
Added tag 0.2.2 for changeset 0c78763b5f10

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']