moment/src/backend/__init__.py

17 lines
395 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 Mirage's backend side that can interact with the UI.
To learn more about how this package works, you might want to check the
documentation in the following modules first:
- `qml_bridge`
- `backend`
- `matrix_client`
- `nio_callbacks`
"""
2020-03-11 01:31:26 +11:00
__app_name__ = "mirage"
__display_name__ = "Mirage"
2020-08-29 00:12:43 +10:00
__version__ = "0.6.2"