source:
main/waeup.kofa/branches/uli-rm-bootstrap/src/waeup/kofa/image/__init__.py
@
17942
Last change on this file since 17942 was 11480, checked in by , 11 years ago | |
---|---|
|
|
File size: 223 bytes |
Line | |
---|---|
1 | """Image file components. |
2 | |
3 | Including schemas, widgets and the content components. |
4 | """ |
5 | from 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.