src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 27 Jun 2017 18:12:10 +0200
changeset 100 6fd752d98933
parent 74 043477fd5c5c
permissions -rw-r--r--
Introduce group creation.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']