Say I already have a file with a class that is correctly typed:
#main.py class Runner(object): ... def operation(self, arg: str) -> Runner: se