How can i do inheritance with three levels (father, child, grandchild)

前端 未结 0 1628
北荒
北荒 2021-01-29 06:03

I have the under

from abc import ABCMeta, abstractmethod


class Operation(object):
    __metaclass__ = ABCMeta

    def __init__(self, a, use_sftp):
        prin         


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