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