Newer
Older
# -*- coding: utf-8 -*-
#
# Invenio-Theme-TUW is free software; you can redistribute it and/or modify
# it under the terms of the MIT License; see LICENSE file for more details.
"""TU Wien theme for Invenio (RDM)."""
from .ext import InvenioThemeTUW
__all__ = (
"__version__",
"InvenioThemeTUW",
)