7 lines
127 B
Python
7 lines
127 B
Python
from mlflow.gateway.utils import get_gateway_uri, set_gateway_uri
|
|
|
|
__all__ = [
|
|
"get_gateway_uri",
|
|
"set_gateway_uri",
|
|
]
|