mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-13 19:22:47 +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()
|