Skip to content
Alexander Richter edited this page May 1, 2017 · 16 revisions

util

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