source: main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/documents/__init__.py @ 17929

Last change on this file since 17929 was 12371, checked in by Henrik Bettermann, 10 years ago

Replace 'skeleton' by 'pcn'.

  • Property svn:keywords set to Id
File size: 181 bytes
Line 
1"""This package contains everything regarding documents.
2"""
3# Make this a package.
4from ikobacustom.pcn.documents.document import PCNDocument
5
6__all__ = [
7    'PCNDocument',
8    ]
Note: See TracBrowser for help on using the repository browser.