This seems a bit opinionated. Would it makes sense to remove? https://github.com/pymc-labs/causalpy/blob/2016ff86869be16127260702f559b96875c4aed9/causalpy/__init__.py?plain=1#L31 ```python import matplotlib.pyplot as plt import causalpy plt.plot([0, 1], [0, 1]) plt.show() ``` <img width="1412" height="788" alt="Image" src="https://github.com/user-attachments/assets/7589d801-cf24-4892-8a32-df2afbae99cf" />