#!/usr/bin/python3
"""
@file
@copyright
  SPDX-FileCopyrightText: 2020, 2022, 2024-2025 European Southern Observatory (ESO) @n
  SPDX-License-Identifier: LGPL-3.0-only

@brief Standalone command to invoke methods via CII MAL request-reply
@see msgsend.msgsend.MsgSend
"""

from msgsend.msgsend import main

main()
