Python - Modules and Code Organization
You have a package folder
analytics with two modules: stats.py and plots.py. You want importing analytics to automatically import both modules. Which __init__.py content achieves this?