Module osbot_utils.helpers.ast.nodes.Ast_Store
Expand source code
from osbot_utils.utils.Dev import pprint
from osbot_utils.helpers.ast.Ast_Node import Ast_Node
class Ast_Store(Ast_Node):
def info(self):
return {'Ast_Store': {}}