"""Auto-generated Python stub file""" import t, c import stdio from w32.win32console import SetConsoleOutputCP, SetConsoleCP CP_UTF8: t.CDefine _pass_count: t.CInt _fail_count: t.CInt _total_pass: t.CInt _total_fail: t.CInt def begin(name: str): pass def section(name: str): pass def ok(msg: str): pass def fail(msg: str): pass def check(cond: t.CInt, ok_msg: str, fail_msg: str): pass def info(msg: str): pass def end() -> t.CInt: pass def summary() -> t.CInt: pass