Source code for bokeh.models.widgets.widget
""" Bokeh can present many kinds of UI widgets alongside plots.
When used in conjunction with the Bokeh server, it is possible to
trigger events, updates, etc. based on a user's interaction with
these widgets.
"""
from __future__ import absolute_import
from ...core.properties import abstract
from ..layouts import LayoutDOM
@abstract