def __init__(self, namespace): self.__answers = namespace.answers # type: IO[Any] self.__verbose = namespace.verbose # type: int self.__execute = namespace.execute # type: bool