bowl/cheuph/user_list_widget.py

11 lines
236 B
Python

__all__ = ["UserListWidget"]
class UserListWidget:
"""
This widget displays the users currently connected to a Room.
It must be notified of changes in the user list by the RoomWidget it is a
part of.
"""
pass