Files
Sub-Zero.bundle/Contents/Libraries/Shared/plex/objects/user.py
T
2015-10-20 14:22:42 +02:00

9 lines
153 B
Python

from plex.objects.core.base import Descriptor, Property
class User(Descriptor):
id = Property(type=int)
title = Property
thumb = Property