src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Thu, 03 Aug 2017 19:12:25 +0200
changeset 136 1a3be12af395
parent 74 043477fd5c5c
permissions -rw-r--r--
we keep it in english waiting for i18n

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']