mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-04-22 15:18:42 -04: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
|