File: //usr/lib/python3/dist-packages/certbot/_internal/display/__pycache__/obj.cpython-310.pyc
o
6��aR � @ s d Z ddlZddlZddlmZ ddlmZ ddlZddlZddl m
Z
ddl mZ ddlm
Z
ddlmZ dd lmZ dd
lmZ e�e�ZdZ dZ d
Z G dd� d�Ze� Zej�ej�G dd� d��Zej�ej�G dd� d��Zdeeef fdd�Z deeef ddfdd�Z!dS )zFThis modules define the actual display implementations used in Certbot� N)�Optional)�Union)�errors)�
interfaces)� constants)� completer)�util)�os�ok�cancelzO- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -c @ s e Zd Zdd� ZdS )�_DisplayServicec C s
d | _ d S �N��display)�self� r �?/usr/lib/python3/dist-packages/certbot/_internal/display/obj.py�__init__&