Files
Medios-Macina/cmdlet/file/add_note.py
T
2026-05-09 11:53:27 -07:00

6 lines
159 B
Python

from __future__ import annotations
"""Compatibility wrapper for moved metadata note add cmdlet."""
from cmdlet.metadata.note_add import * # noqa: F401,F403