Try to install a package and get SyntaxError with python 2. What does the : in the function argument mean or how does it work?
def line(self, from_: P, to: P, paint=None, character=None):
I guess it is python 3 thing and I can neither name nor find it.