Coverage for slidge / group / __init__.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-04-06 05:07 +0000

1""" 

2Everything related to groups. 

3""" 

4 

5from ..util.types import MucType 

6from .bookmarks import LegacyBookmarks 

7from .participant import LegacyParticipant 

8from .room import LegacyMUC 

9 

10__all__ = ("LegacyBookmarks", "LegacyMUC", "LegacyParticipant", "MucType")