Correct the Note editor.
Split the source file in sub components.
Correct a timing problem on the editor checkbox.
from .core import SessionViewSet, NoteViewSet, RootNoteViewSet
from .sync import ListLogsView
__all__ = ['SessionViewSet', 'NoteViewSet', 'RootNoteViewSet', 'ListLogsView']