source: main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/documents/__init__.py @ 14587

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

Renaming 2

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