bazarr/libs/plex/objects/library/location.py

7 lines
124 B
Python
Raw Normal View History

2018-11-01 00:08:29 +08:00
from plex.objects.core.base import Descriptor, Property
class Location(Descriptor):
id = Property
path = Property