"""Модели для примечаний.""" from typing import List from .model_note import ModelNote __all__: List[str] = ["ModelNote"]