1
"""
2
Permissions classes fro notes
3
4
from .core import SessionPermission, NotePermission
5
6
__all__ = ["SessionPermission", "NotePermission"]