Files
2015-10-20 14:22:42 +02:00

7 lines
124 B
Python

from plex.objects.core.base import Descriptor, Property
class Location(Descriptor):
id = Property
path = Property