Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1"""Deform.""" 

2# flake8: noqa 

3from . import exception # API 

4from . import form # API 

5from . import renderer # API 

6from .exception import TemplateError # API 

7from .exception import ValidationFailure # API 

8from .field import Field # API 

9from .form import Button # API 

10from .form import Form # API 

11from .schema import FileData # API 

12from .template import ZPTRendererFactory # API 

13from .template import default_renderer # API