| author | salimr <riwad.salim@yahoo.fr> |
| Tue, 09 Oct 2018 18:54:42 +0200 | |
| changeset 164 | 30a5baa31314 |
| parent 74 | 043477fd5c5c |
| permissions | -rw-r--r-- |
| 31 | 1 |
from .session import SessionApiTests |
|
74
043477fd5c5c
add api call to save notes. internally use ts for time data for notes and session
ymh <ymh.work@gmail.com>
parents:
31
diff
changeset
|
2 |
from.note import NoteApiTests |
| 31 | 3 |
|
|
74
043477fd5c5c
add api call to save notes. internally use ts for time data for notes and session
ymh <ymh.work@gmail.com>
parents:
31
diff
changeset
|
4 |
__all__ = ['SessionApiTests', 'NoteApiTests'] |