src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 28 Jun 2017 14:43:35 +0200
changeset 103 dc906a578616
parent 74 043477fd5c5c
permissions -rw-r--r--
Fix error.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']