"""Image file components.

Including schemas, widgets and the content components.
"""
from waeup.ikoba.image.image import IkobaImageFile, createIkobaImageFile

__all__ = [
    "IkobaImageFile",
    "createIkobaImageFile",
    ]
