#!/usr/bin/python """ Copyright (c) 2014-2022 Wind River Systems, Inc. SPDX-License-Identifier: Apache-2.0 """ import sys # prevent patch_controller from importing osprofiler sys.modules['osprofiler'] = None from cgcs_patch.patch_controller import main if __name__ == "__main__": main()