lang/python/ TypeHints


class Flibble:
  pass
def myfunc(a : int, b : Flibble) -> str:
  return f"{a}={b}"