source:
main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/documents/__init__.py
Last change on this file was 14181, checked in by , 8 years ago | |
---|---|
|
|
File size: 190 bytes |
Rev | Line | |
---|---|---|
[12269] | 1 | """This package contains everything regarding documents. |
2 | """ | |
3 | # Make this a package. | |
[14181] | 4 | from ikobacustom.uniben.documents.document import UnibenDocument |
[12269] | 5 | |
6 | __all__ = [ | |
[14181] | 7 | 'UnibenDocument', |
[12269] | 8 | ] |
Note: See TracBrowser for help on using the repository browser.