diff --git a/Solutions/9_4/structly/tableformat/formatter.py b/Solutions/9_4/structly/tableformat/formatter.py index 893d7ba..2ce837e 100644 --- a/Solutions/9_4/structly/tableformat/formatter.py +++ b/Solutions/9_4/structly/tableformat/formatter.py @@ -1,4 +1,4 @@ -# tableformat.py +# formatter.py from abc import ABC, abstractmethod def print_table(records, fields, formatter):