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

6 lines
157 B
Python
Raw Normal View History

2025-11-25 20:09:33 -08:00
from __future__ import annotations
2026-05-09 11:53:27 -07:00
"""Compatibility wrapper for moved metadata URL add cmdlet."""
2025-11-25 20:09:33 -08:00
2026-05-09 11:53:27 -07:00
from cmdlet.metadata.url_add import * # noqa: F401,F403