5 lines
139 B
Python
5 lines
139 B
Python
from cloud.NodeInit import NodeInit
|
|
class Node(NodeInit):
|
|
def __init__(self, NodeJsonObject):
|
|
super().__init__(NodeJsonObject)
|