2018-10-16 13:45:03 +03:00
|
|
|
#!/usr/bin/env python3
|
|
|
|
|
|
2021-03-26 17:54:28 +03:00
|
|
|
# Copyright (C) 2018-2021 Intel Corporation
|
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2018-10-16 13:45:03 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
2021-05-12 18:42:56 +03:00
|
|
|
from mo.subprocess_main import subprocess_main # pylint: disable=no-name-in-module
|
|
|
|
|
subprocess_main(framework=None)
|