source: main/ikobacustom.aaue/trunk/src/ikobacustom/aaue/documents/__init__.py @ 14313

Last change on this file since 14313 was 14310, checked in by Henrik Bettermann, 8 years ago

Renaming and port setting.

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