Correct session creation and add offline to the persisted state
"""Models for notes"""from.authimportUser,UserProfile,GroupProfilefrom.coreimportNote,Sessionfrom.categoryimportProtocol,Category__all__=["User","UserProfile","GroupProfile","Note","Session","Protocol","Category"]