import url_shortener from .app import get_cli_app # Set up the application url_shortener.setup() # Get CLI application instance app = get_cli_app()