Update formatter.py

This commit is contained in:
MateuszMazurek
2023-10-29 12:09:09 +01:00
committed by GitHub
parent afec76dd94
commit 8111013443

View File

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