7 lines
126 B
Python
7 lines
126 B
Python
from glbackground import Panel
|
|
|
|
class ToolOptions(Panel):
|
|
@property
|
|
def editor(self):
|
|
return self.tool.editor
|