Interfaces
==========

The below are abstract interfaces expected to be fulfilled by various
Deform implementations.

.. automodule:: deform.interfaces

.. autoclass:: FileUploadTempStore

   .. automethod:: get

   .. automethod:: __getitem__

   .. automethod:: __setitem__
    
   .. automethod:: __contains__
    
   .. automethod:: preview_url

