Coverage for slidge/slixfix/xep_0317/hats.py: 100%

9 statements  

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

1from slixmpp.plugins import BasePlugin 

2 

3from . import stanza 

4 

5 

6class XEP_0317(BasePlugin): 

7 """ 

8 XEP-0317: Hats 

9 """ 

10 

11 name = "xep_0317" 

12 description = "XEP-0317: Hats" 

13 dependencies = {"xep_0045"} 

14 stanza = stanza 

15 

16 def plugin_init(self): 

17 stanza.register()