diff --git a/pythorhead/types/listing.py b/pythorhead/types/listing.py index bb7036b..85aa2f5 100644 --- a/pythorhead/types/listing.py +++ b/pythorhead/types/listing.py @@ -6,3 +6,4 @@ class ListingType(str, Enum): Community = "Community" Local = "Local" Subscribed = "Subscribed" + ModeratorView = "ModeratorView"