3 lines
56 B
Python
Raw Normal View History

2023-02-01 13:31:30 +08:00
def start_new_thread(function: any, args_: tuple): ...