How to use?
===========


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

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

