src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 29 Jun 2017 17:26:35 +0200
changeset 109 ef62de545a8d
parent 74 043477fd5c5c
permissions -rw-r--r--
Allow editing margin comment.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']