Код: Выделить всё
class AHKMouseController:
def __init__(
self,
ahk: AHK
):
self._ahk = ahk
Код: Выделить всё
error: Missing type parameters for generic type "AHK" [type-arg]
Подробнее здесь: https://stackoverflow.com/questions/798 ... -using-ahk
Код: Выделить всё
class AHKMouseController:
def __init__(
self,
ahk: AHK
):
self._ahk = ahk
Код: Выделить всё
error: Missing type parameters for generic type "AHK" [type-arg]