mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-31 11:22:38 +00:00
6 lines
124 B
Python
6 lines
124 B
Python
from plex.objects.core.base import Descriptor, Property
|
|
|
|
|
|
class Location(Descriptor):
|
|
id = Property
|
|
path = Property
|