This module provides the Console class for redirecting stderr to a NiceGUI log.
class Console(object):
def __init__(self) -> None:
Last updated 1 year ago