mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-13 10:17:43 +08:00
4 lines
122 B
Python
4 lines
122 B
Python
from plex.core.extension import ExtensionImporter
|
|
|
|
importer = ExtensionImporter(['plex_%s'], __name__)
|
|
importer.install()
|