Files
mlflow--mlflow/mlflow/server/auth/__main__.py
T
2026-07-13 13:22:34 +08:00

5 lines
87 B
Python

from mlflow.server.auth.cli import commands
if __name__ == "__main__":
commands()