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