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


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

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

  >>> from js.flat_ui import (
  ...     flat_ui,
  ... )
