yera.events
Chat-related helpers for the Yera library.
The block construction helpers defined here are also re-exported at the top
level of the yera package so that they can be used either as:
import yera
yera.events.markdown(...)
or:
import yera as yr
yr.markdown(...)