src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 19 Jun 2017 12:32:11 +0200
changeset 47 64428c7ebc19
parent 31 63be3ce389f7
child 74 043477fd5c5c
permissions -rw-r--r--
Store token & user.

from .session import SessionApiTests

__all__ = 'SessionApiTests'