Instructions.return_instructions()
Query Example
from glider import *
def query():
return Instructions().return_instructions().exec(2,18)Example Output

Last updated
from glider import *
def query():
return Instructions().return_instructions().exec(2,18)
Last updated