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

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

Add more API docs.

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