I have an "interface" (Abstract Class) in python, like this one:
from abc import ABC from abc import abstractmeth