src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 22 Jun 2017 11:58:27 +0200
changeset 73 7e8cdc74d86f
parent 31 63be3ce389f7
child 74 043477fd5c5c
permissions -rw-r--r--
Make session summary scrollable.

from .session import SessionApiTests

__all__ = 'SessionApiTests'