5 lines
87 B
Python
5 lines
87 B
Python
from mlflow.server.auth.cli import commands
|
|
|
|
if __name__ == "__main__":
|
|
commands()
|