6 lines
159 B
Python
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
|