"""Image file components.

Includings schemas, widgets and the content components.
"""
from waeup.sirp.image.image import WAeUPImageFile, createWAeUPImageFile

__all__ = [
    "WAeUPImageFile",
    "createWAeUPImageFile",
    ]
