conjure-python will happily generate ``` def foo(self): # type: () -> Optional[str] """Foo: returns the string "bar"""" ... ``` when given the doc string of `Foo: returns the string "bar"`