mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-02-20 07:37:05 -05:00
7 lines
124 B
Python
7 lines
124 B
Python
from plex.objects.core.base import Descriptor, Property
|
|
|
|
|
|
class Location(Descriptor):
|
|
id = Property
|
|
path = Property
|