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