--- a
+++ b/reports/__init__.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+# Copyright (C) 2022 Emanuel Goncalves
+
+import matplotlib.pyplot as plt
+
+plt.style.use("config/article.mplstyle")