mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-22 22:04:41 +08:00
8 lines
153 B
Python
8 lines
153 B
Python
from plex.objects.core.base import Descriptor, Property
|
|
|
|
|
|
class User(Descriptor):
|
|
id = Property(type=int)
|
|
|
|
title = Property
|
|
thumb = Property
|