source:
main/waeup.kofa/branches/uli-rm-bootstrap/src/waeup/kofa/documents/__init__.py
@
17952
Last change on this file since 17952 was 12438, checked in by , 10 years ago | |
---|---|
|
|
File size: 258 bytes |
Line | |
---|---|
1 | """This package contains everything regarding documents. |
2 | """ |
3 | # Make this a package. |
4 | from waeup.kofa.documents.container import DocumentsContainer |
5 | from waeup.kofa.documents.document import Document |
6 | |
7 | __all__ = [ |
8 | 'DocumentsContainer', |
9 | 'Document', |
10 | ] |
Note: See TracBrowser for help on using the repository browser.