Comments need to be converted into docstrings. In class-level docstring, explain the flow of method calls (external/internal runner, when they're called, what they do, etc). Any method without a docstring should have one. Add comments to explain specific things as needed
Comments need to be converted into docstrings. In class-level docstring, explain the flow of method calls (external/internal runner, when they're called, what they do, etc). Any method without a docstring should have one. Add comments to explain specific things as needed