src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 26 Jun 2017 15:45:50 +0200
changeset 89 06f609adfbf8
parent 74 043477fd5c5c
permissions -rw-r--r--
Add registration page.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']