src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Mon, 03 Dec 2018 17:53:37 +0100
changeset 190 01ad654237d5
parent 74 043477fd5c5c
permissions -rw-r--r--
Correct color background display in session summary

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']