angrybeanie_wagtail/env/lib/python3.12/site-packages/wagtail/users/widgets.py

6 lines
99 B
Python
Raw Normal View History

2025-07-25 21:32:16 +10:00
from wagtail.admin.widgets import ListingButton
class UserListingButton(ListingButton):
pass