source:
main/waeup.ikoba/trunk/src/waeup/ikoba/image/__init__.py
@
17497
Last change on this file since 17497 was 11949, checked in by , 10 years ago | |
---|---|
|
|
File size: 228 bytes |
Line | |
---|---|
1 | """Image file components. |
2 | |
3 | Including schemas, widgets and the content components. |
4 | """ |
5 | from waeup.ikoba.image.image import IkobaImageFile, createIkobaImageFile |
6 | |
7 | __all__ = [ |
8 | "IkobaImageFile", |
9 | "createIkobaImageFile", |
10 | ] |
Note: See TracBrowser for help on using the repository browser.