Files
Medios-Macina/cmdlet/file/add_note.py
T

6 lines
159 B
Python
Raw Normal View History

2025-12-12 21:55:38 -08:00
from __future__ import annotations
2026-05-09 11:53:27 -07:00
"""Compatibility wrapper for moved metadata note add cmdlet."""
2026-01-11 18:56:26 -08:00
2026-05-09 11:53:27 -07:00
from cmdlet.metadata.note_add import * # noqa: F401,F403