from tabulate import tabulate
from guds_modules.base import ModuleBase
"""Show size of common directories and logs"""
f'/var/lib/mysql/{platform.node()}.err',
headers = ['Path', 'Size']
table.append((path, ModuleBase.get_size(Path(path))))
print(tabulate(table, headers, tablefmt="fancy_grid"))