mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-04-24 08:12:13 -04:00
5 lines
122 B
Python
5 lines
122 B
Python
from plex.core.extension import ExtensionImporter
|
|
|
|
importer = ExtensionImporter(['plex_%s'], __name__)
|
|
importer.install()
|