2019-12-19 07:46:16 -04:00
|
|
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
|
2020-05-22 17:27:57 -04:00
|
|
|
"""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`
|
|
|
|
"""
|
2019-12-18 08:14:35 -04:00
|
|
|
|
2020-03-10 10:31:26 -04:00
|
|
|
__app_name__ = "mirage"
|
|
|
|
__display_name__ = "Mirage"
|
2020-06-26 07:06:56 -04:00
|
|
|
__version__ = "0.5.2"
|