src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Tue, 06 Nov 2018 16:19:26 +0100
changeset 170 7da1d5137b0b
parent 74 043477fd5c5c
permissions -rw-r--r--
Upgrade dependencies and correct theme colors

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']