"""Run the transcode proxy: python -m transcode_proxy.""" from transcode_proxy.main import run if __name__ == "__main__": run()