src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Thu, 22 Jun 2017 12:53:00 +0200
changeset 77 cd27d9fc1c73
parent 74 043477fd5c5c
permissions -rw-r--r--
some linting

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']