
    ? iE                     8    d Z ddlmZmZmZmZmZ  G d d      Zy)zvHyperPyYAML -- an extended yaml syntax for use with python.

Authors:
 * Peter Plantinga 2020, 2021
 * Aku Rouhe 2020
   )load_hyperpyyamlresolve_referencesRefTagPlaceholderdump_hyperpyyamlc                   "    e Zd Zd Zed        Zy)	TestThingc                      || _         || _        y )N)argskwargs)selfr   r   s      i/Volumes/fast/ai/experiments/voice-extract-mac/.venv/lib/python3.12/site-packages/hyperpyyaml/__init__.py__init__zTestThing.__init__   s    	    c                 D     |        }|d   |_         ||_        ||_        |S )Nthing1)specific_keyr   r   )clsr   r   objs       r   	from_keyszTestThing.from_keys   s)    e!(+

r   N)__name__
__module____qualname__r   classmethodr    r   r   r	   r	      s      r   r	   N)__doc__corer   r   r   r   r   r	   r   r   r   <module>r      s     r   