File size: 253 Bytes
907001b
 
 
 
 
 
 
1
2
3
4
5
6
7
def start_console(local_vars={}):
    """pass"""
    transforms.CONSOLE_ACTIVE = True
    transforms.remove_not_allowed_in_console()
    sys.ps1 = prompt
    console = ExperimentalInteractiveConsole(locals=local_vars)
    console.interact(banner=banner)