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

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

Renaming 2

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