src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Wed, 14 Jun 2017 18:41:43 +0200
changeset 37 5ce9218fb3e0
parent 31 63be3ce389f7
child 74 043477fd5c5c
permissions -rw-r--r--
small doc additions to the readme

from .session import SessionApiTests

__all__ = 'SessionApiTests'