
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3
<ef                 @   s.   d dl mZ d dl mZ G dd dejZdS )   )
interfaces)storagec               @   s.   e Zd ZdgZdd Zedd Zdd ZdS )	Factory_storage_providerc             C   s
   || _ d S )N)r   )selfZstorage_provider r   /usr/lib/python3.6/factory.py__init__   s    zFactory.__init__c             C   s   | j S )N)r   )r   r   r   r   provider
   s    zFactory.providerc             C   s   t j| j|S )N)r   ZStorager   )r   	namespacer   r   r   create   s    zFactory.createN)__name__
__module____qualname__	__slots__r	   propertyr
   r   r   r   r   r   r      s   r   N) r   r   r   r   r   r   r   <module>   s   