#!/usr/bin/python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
#
# Copyright (c) 2018 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
#

import sys
from sm_client.shell import main


if __name__ == "__main__":
    sys.exit(main())
