How to type libraries using ahk?

3 hours ago 2
ARTICLE AD BOX

How to type libraries using ahk? I thought about doing it like this:

class AHKMouseController: def __init__( self, ahk: AHK ): self._ahk = ahk

But mypy complains:

error: Missing type parameters for generic type "AHK" [type-arg]
Read Entire Article