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

PATH: plex/lib/utils/arUtil.py

arutil

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

from arUtil import ArUtil

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