I want to select every __init__ function and add -> None to the end if it does not already exist. For example:
__init__
-> None
def __init__(self)