moment/src/backend/__init__.py

8 lines
208 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."""
2020-03-11 01:31:26 +11:00
__app_name__ = "mirage"
__display_name__ = "Mirage"
2020-05-15 04:10:05 +10:00
__version__ = "0.5.0"