# -*- coding: utf-8 -*- # # Copyright (C) 2020-2024 TU Wien. # # 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 __version__ = "2025.1.4" __all__ = ( "__version__", "InvenioThemeTUW", )