#!/usr/bin/env python3 """ Скрипт запуска RFG ADC Data Plotter. """ from rfg_adc_plotter.cli import main if __name__ == "__main__": main()