File: __init__.py

package info (click to toggle)
mautrix-python 0.20.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,812 kB
  • sloc: python: 19,103; makefile: 16
file content (17 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
__version__ = "0.20.7"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
    "api",
    "appservice",
    "bridge",
    "client",
    "crypto",
    "errors",
    "util",
    "types",
    "__optional_imports__",
]

from typing import TYPE_CHECKING

__optional_imports__ = TYPE_CHECKING