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