Merge pull request #71 from Curiosit/patch-3

Update formatter.py
This commit is contained in:
David Beazley 2024-07-31 10:36:32 -05:00 committed by GitHub
commit 110101705e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
# tableformat.py
# formatter.py
from abc import ABC, abstractmethod
def print_table(records, fields, formatter):