"""Description of schema."""

# All Schevo schema modules must have these lines.
from schevo.schema import *
schevo.schema.prep(locals())

# If this schema includes Schevo's icon support, uncomment this entity
# class definition:
#
## class SchevoIcon(E.Entity):
##
##     _hidden = True
##
##     name = f.string()
##     data = f.image()
##
##     _key(name)
