IBot isn't defined yet

This commit is contained in:
jesopo 2020-04-20 16:52:45 +01:00
parent 4831ec88fb
commit 079460dd35

View file

@ -63,7 +63,7 @@ class IMatchResponseParam(object):
pass
class IServer(Server):
bot: IBot
bot: "IBot"
disconnected: bool
params: ConnectionParams
desired_caps: Set[ICapability]