#! /usr/bin/env python3
# PYTHON_ARGCOMPLETE_OK
from aiven.client.cli import AivenCLI

AivenCLI().main()
