#!/usr/bin/env python3 # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. """SuperBench sb run command.""" def main(): """The main entrypoint for sb-run.""" # runner = SuperBenchRunner(config) # runner.run() if __name__ == '__main__': main()