#!/usr/bin/env python3 import sys from chirp.wxui import chirpmain if __name__ == '__main__': sys.exit(chirpmain())