This issue proposes the reversal of commit 1d15076, which exposed the main function from the __init__.py file. This change is recommended due to issues in the generated documentation, as the main function is erroneously considered exposed by the my_fibonacci module, leading to its inclusion in the generated documentation.
This issue proposes the reversal of commit 1d15076, which exposed the
mainfunction from the__init__.pyfile. This change is recommended due to issues in the generated documentation, as themainfunction is erroneously considered exposed by themy_fibonaccimodule, leading to its inclusion in the generated documentation.