George Sanger

Results 4 comments of George Sanger

Thats ok! 👍 If its a issue that someone else has I'll take a look.

Thanks @vcoppe, I really like your app, and I'm sure that its hard to keep up with Google.

I think I might be able to add to this with this code ```python from abc import ABC, abstractmethod from typing import Any class Interface(ABC): @abstractmethod def method(self) -> Any:...