src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Tue, 27 Nov 2018 15:45:45 +0100
changeset 179 e7c7e6e0a8bc
parent 74 043477fd5c5c
permissions -rw-r--r--
Add protocols module, and add a way to change the config ini file path

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']