#!/usr/bin/env python3 # Copyright (C) 2018-2021 Intel Corporation # SPDX-License-Identifier: Apache-2.0 if __name__ == "__main__": from mo.subprocess_main import subprocess_main # pylint: disable=no-name-in-module subprocess_main(framework=None)