- Using a main function allows the scripts to be imported without executing logic. - Declaring `__all__` lets tools such as "vulture" detect unused code.
- Using a main function allows the scripts to be imported without executing logic. - Declaring `__all__` lets tools such as "vulture" detect unused code.