#!/usr/bin/env python3

from caproto.sync.client import repeater_cli


if __name__ == '__main__':
    repeater_cli()
