*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
__init__.py 372 B
Newer Older
# 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",
)