source: main/waeup.kofa/trunk/src/waeup/kofa/image/__init__.py

Last change on this file was 11480, checked in by Henrik Bettermann, 11 years ago

Add more API docs.

  • Property svn:keywords set to Id
File size: 223 bytes
RevLine 
[5973]1"""Image file components.
2
[11480]3Including schemas, widgets and the content components.
[5973]4"""
[7819]5from waeup.kofa.image.image import KofaImageFile, createKofaImageFile
[6535]6
7__all__ = [
[7819]8    "KofaImageFile",
9    "createKofaImageFile",
[6535]10    ]
Note: See TracBrowser for help on using the repository browser.