Warning, file /graphics/glaxnimate/data/plugins/Hello/hello_world.py was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 # SPDX-FileCopyrightText: 2019-2023 Mattia Basaglia <dev@dragon.best>
0002 # SPDX-License-Identifier: GPL-3.0-or-later
0003 def main(window, document, settings):
0004     window.warning(
0005         settings["greeting"]
0006     )