src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Sat, 06 Jul 2019 00:59:17 +0200
changeset 202 2c1d48085efc
parent 74 043477fd5c5c
permissions -rw-r--r--
update yarn.lock + activate password reset form

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']