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

@brief Standalone command to send samples via CII MAL pub-sub
@see msgsend.msgpub.MsgPub
"""

from msgsend.msgsendpub import main

main()
