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

Skip to content
Snippets Groups Projects
__init__.py 373 B
Newer Older
# Copyright (C) 2020-2023 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__ = "2023.2.11"
__all__ = (
    "__version__",
    "InvenioThemeTUW",
)