This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
mcedit/editortools/tooloptions.py
2012-11-13 15:26:52 -10:00

7 lines
126 B
Python

from glbackground import Panel
class ToolOptions(Panel):
@property
def editor(self):
return self.tool.editor