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