added docstring so VS Code strop complaining

This commit is contained in:
2022-11-01 14:28:47 -04:00
parent a1685246e7
commit 04410c26e2

View File

@@ -1,3 +1,6 @@
""" python script to read videotron invoice and sum the data usage per user.
"""
import pandas as pd import pandas as pd
import PySimpleGUI as sg import PySimpleGUI as sg