Tool Base Class =============== A Base class for tools, which provides the essential functionality required from all tools. Deriving from this class ensures seemless integration with the sk.py executable. .. autoclass:: pysk.tools.ToolBase :members: