File: __init__.py

package info (click to toggle)
python-nbxmpp 6.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,340 kB
  • sloc: python: 19,639; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 118 bytes parent folder | download
1
2
3
4
5
6
7
import gi

gi.require_version("Soup", "3.0")

from .protocol import *  # noqa: F403, E402

__version__: str = "6.3.0"