src/notes/tests/api/__init__.py
author salimr <riwad.salim@yahoo.fr>
Fri, 31 Aug 2018 15:14:18 +0200
changeset 151 57d63a248f0d
parent 74 043477fd5c5c
permissions -rw-r--r--
Update to Bootstrap 4

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']