#!python
# shellcheck disable=SC1071

from pytdxmeasure.cli import TDXEventLogsCmd

TDXEventLogsCmd().run()
