o
    div                     @   s   d Z g Zdd ZdS )z# Base event system implementation

c                 C   s   t D ]}||  qdS )z* Notify all subscribers of ``event``.
    N)subscribers)event
subscriber r   R/var/www/html/pca-backend/venv/lib/python3.10/site-packages/zope/event/__init__.pynotify   s   
r   N)__doc__r   r   r   r   r   r   <module>   s   