src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 19 Jun 2017 11:56:06 +0200
changeset 46 4aa24724e5b3
parent 31 63be3ce389f7
child 74 043477fd5c5c
permissions -rw-r--r--
Move session form to dedicated component.

from .session import SessionApiTests

__all__ = 'SessionApiTests'