Python3 abstract class implementing interface Java equivalent

后端 未结 0 813
悲&欢浪女
悲&欢浪女 2021-02-06 14:04

I\'m trying to implement the equivalent of this in python3:


public interface ApiInterface {


    void doFunction();

}

public abstract         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题