fabricatio_memory.models.note
Note module for representing memory notes.
This module defines the Note class which represents a memory note with content, importance, and tags. It is designed to work within the fabricatio_memory package and extends the SketchedAble base class.
Classes
A memory note. |
Module Contents
- class fabricatio_memory.models.note.Note(/, **data: Any)
Bases:
fabricatio_core.models.generic.SketchedAbleA memory note.