#!/usr/bin/env python3

from caproto.sync.client import get_cli


if __name__ == '__main__':
    get_cli()
