src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Wed, 05 Sep 2018 13:48:10 +0200
changeset 156 384f4539b76a
parent 74 043477fd5c5c
permissions -rw-r--r--
Remove unused import warning

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']