Using this library
==================

You can import ``respond`` from ``js.respond`` and ``need`` it where you want
these resources to be included on a page::

  >>> from js.respond import respond
  >>> respond.need()

