add personal group, default_group to users and add group info to session on backend
"""
Models for notes
"""
from .auth import User, UserProfile, GroupProfile
from .core import Note, Session
from .category import Protocol, Category
__all__ = ["User", "UserProfile", "GroupProfile", "Note", "Session", "Protocol", "Category"]