from wagtail.admin.widgets import ListingButton


class UserListingButton(ListingButton):
    pass
