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

6 lines
157 B
Python

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