I\'m trying to implement the equivalent of this in python3:
public interface ApiInterface { void doFunction(); }
public abstract