Source code for stgraph.compiler.debugging.stgraph_logger

from prettytable import PrettyTable
# from prettytable import SINGLE_BORDER, ALL

# TODO: This is manually taken from the prettytable page since there is an import error
SINGLE_BORDER = 16
ALL = 1

from rich.console import Console
console = Console()

import stgraph.compiler.debugging.print_variables as print_var