source: main/waeup.sirp/trunk/src/waeup/sirp/image/__init__.py @ 7123

Last change on this file since 7123 was 6535, checked in by uli, 13 years ago

Provide a public API.

File size: 228 bytes
Line 
1"""Image file components.
2
3Includings schemas, widgets and the content components.
4"""
5from waeup.sirp.image.image import WAeUPImageFile, createWAeUPImageFile
6
7__all__ = [
8    "WAeUPImageFile",
9    "createWAeUPImageFile",
10    ]
Note: See TracBrowser for help on using the repository browser.