Update formatter.py

This commit is contained in:
MateuszMazurek 2023-10-29 12:09:09 +01:00 committed by GitHub
parent afec76dd94
commit 8111013443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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