src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Tue, 29 Mar 2022 11:23:38 +0200
changeset 210 3de92ddba2de
parent 74 043477fd5c5c
permissions -rw-r--r--
Correct deploy script to use pyenv

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']