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


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

  >>> from js.jquery_tablesorter import tablesorter
  >>> tablesorter.need()

Themes are available too::

  >>> from js.jquery_tablesorter import blue
  >>> blue.need()
