add api call to save notes. internally use ts for time data for notes and session
"""
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"]