I am not sure about the rationale behind investigate, as scooby.investigate() and scooby.Report() are identical. And there shouldn't be functions in an __init__.py-file. The only thing to do is move all the docstring from investigate() to Report.
I'll do a PR for that. But then there might have been some thinking/reasoning behind the decision I am not aware...?
I am not sure about the rationale behind
investigate
, asscooby.investigate()
andscooby.Report()
are identical. And there shouldn't be functions in an__init__.py
-file. The only thing to do is move all the docstring frominvestigate()
toReport
.I'll do a PR for that. But then there might have been some thinking/reasoning behind the decision I am not aware...?