#! /usr/bin/python3
"""Wrapper script installed to /usr/sbin/bigbrain-register."""

from bigbrain_client.cli import main

main()
