Script execution

This commit is contained in:
gac-S_Changer
2017-07-07 16:57:12 +02:00
parent f07a6815a0
commit 2796cb9b4e

View File

@@ -101,3 +101,7 @@ def get_block(id):
if id==e.id:
return e
return None
def get_blocks():
return _block_list