+
    º'(jú  ã                   ó*   € R t ^ RIHtHtHtHt . ROtR# )aN  
pyee supplies a `EventEmitter` class that is similar to the
`EventEmitter` class from Node.js. In addition, it supplies the subclasses
`AsyncIOEventEmitter`, `TwistedEventEmitter` and `ExecutorEventEmitter`
for supporting async and threaded execution with asyncio, twisted, and
concurrent.futures Executors respectively, as supported by the environment.

# Example

```text
In [1]: from pyee.base import EventEmitter

In [2]: ee = EventEmitter()

In [3]: @ee.on('event')
   ...: def event_handler():
   ...:     print('BANG BANG')
   ...:

In [4]: ee.emit('event')
BANG BANG

In [5]:
```

)ÚEventEmitterÚHandlerÚ	PyeeErrorÚPyeeExceptionN)Ú__doc__Ú	pyee.baser   r   r   r   Ú__all__© ó    ÚB/home/ubuntu/cf-venv/lib/python3.14/site-packages/pyee/__init__.pyÚ<module>r      s   ðñ÷6 FÓ Eâ
C‚r
   