/ mlflow / server / auth / __main__.py
__main__.py
1  from mlflow.server.auth.cli import commands
2  
3  if __name__ == "__main__":
4      commands()