This commit is contained in:
2020-12-16 18:23:34 +01:00
parent fcb57bd2cc
commit c015780a8d
2 changed files with 2 additions and 1 deletions

View File

@@ -153,6 +153,7 @@ class Console:
table = tabulate(values, headers=header)
Console.write_line(table)
Console.write('\n')
@classmethod
def write(cls, *args):