moment/src/backend/__init__.py

6 lines
171 B
Python
Raw Normal View History

"""This package provides a Python backend accessible from the QML UI side."""
__app_name__ = "harmonyqml"
__display_name__ = "Harmony QML"
__version__ = "0.3.0"