src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 19 Jun 2017 14:35:48 +0200
changeset 49 39f69dc1c2d2
parent 31 63be3ce389f7
child 74 043477fd5c5c
permissions -rw-r--r--
Use token to identify requests.

from .session import SessionApiTests

__all__ = 'SessionApiTests'