"""This package contains everything regarding documents.
"""
# Make this a package.
from ikobacustom.aaue.documents.document import AAUEDocument

__all__ = [
    'AAUEDocument',
    ]
