I write a class and want that it inherits all params of Thread.
class ThreadExtension(threading.Thread): def __init__(self, group=None, target=None, name