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

5 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2026-01-06 15:18 +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", "LegacyParticipant", "LegacyMUC", "MucType")