from .components.parser import parse_arguments from .components.run import run def cli(): command, args= parse_arguments() run(command.command, args)