"""Image file components.

Includings schemas, widgets and the content components.
"""
from waeup.sirp.image.image import SIRPImageFile, createSIRPImageFile

__all__ = [
    "SIRPImageFile",
    "createSIRPImageFile",
    ]
