Diff of /reports/__init__.py [000000] .. [305123]

Switch to unified view

a b/reports/__init__.py
1
#!/usr/bin/env python
2
# Copyright (C) 2022 Emanuel Goncalves
3
4
import matplotlib.pyplot as plt
5
6
plt.style.use("config/article.mplstyle")