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

3 statements  

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

1""" 

2Everything related to 1 on 1 chats, and other legacy users' details. 

3""" 

4 

5from .contact import LegacyContact 

6from .roster import LegacyRoster 

7 

8__all__ = ("LegacyContact", "LegacyRoster")