acton
acton copied to clipboard
Add support for type aliases
type bopa = (a: str, b: int)
class Foo(object):
b: bopa
...