moment/src/backend/__init__.py

8 lines
217 B
Python
Raw Normal View History

2019-12-19 22:46:16 +11:00
# SPDX-License-Identifier: LGPL-3.0-or-later
"""This package provides a Python backend accessible from the QML UI side."""
__app_name__ = "harmonyqml"
__display_name__ = "Harmony QML"
__version__ = "0.3.0"