Coverage for slidge/slixfix/xep_0424/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-11-07 05:11 +0000

1# Slixmpp: The Slick XMPP Library 

2# Copyright (C) 2020 Mathieu Pasquet <mathieui@mathieui.net> 

3# This file is part of Slixmpp. 

4# See the file LICENSE for copying permission. 

5from slixmpp.plugins.base import register_plugin 

6 

7from .retraction import XEP_0424 

8 

9register_plugin(XEP_0424)