Appearance¶
Reference¶
Examples¶
Get the appearance:
appearance = gl.appearance.get()
Update the appearance:
appearance.title = "Test"
appearance.save()
Get the appearance:
appearance = gl.appearance.get()
Update the appearance:
appearance.title = "Test"
appearance.save()