src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 29 Jun 2017 17:11:56 +0200
changeset 108 732adc46c8b8
parent 74 043477fd5c5c
permissions -rw-r--r--
Change add group button design.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']