Instructions.modifiers()
Query Example
from glider import *
def query():
return Instructions().modifiers().exec(1)Example Output

Last updated
from glider import *
def query():
return Instructions().modifiers().exec(1)
Last updated