from lnx.logicnode.lnx_nodes import * class KromGetFilesLocationNode(LnxLogicTreeNode): """Returns the files location path for the application""" bl_idname = 'LNKromGetFilesLocationNode' bl_label = 'Get Files Location' lnx_category = 'Krom Runtime' lnx_section = 'system' lnx_version = 1 def lnx_init(self, context): self.add_output('LnxStringSocket', 'Path')