SuperScriptMaterializer/SuperScriptViewer/ServerStruct.py

5 lines
106 B
Python
Raw Normal View History

class ScriptItem(object):
def __init__(self, name, id):
self.name = name
self.id = id