Skip to content
Alexander Richter edited this page Jul 2, 2017 · 16 revisions

PATH: plex/lib/utils/arUtils.py

arutil

Default UI and functions for new scripts with and without UI.

from arUtils import ArUtil

class NewScript(ArUtil):
    def __init__(self):
        super(ArUtils, self).__init__()
Clone this wiki locally