[ui] Add the notion of Node Documentation

This commit is contained in:
Fabien Castan 2020-03-26 10:54:00 +01:00
parent 2ebcf19382
commit 0e606eef4e
4 changed files with 55 additions and 0 deletions

View file

@ -397,6 +397,7 @@ class Node(object):
outputs = []
size = StaticNodeSize(1)
parallelization = None
documentation = ''
def __init__(self):
pass