Mini Shell

Direktori : /opt/imh-python/lib/python3.9/site-packages/twisted/test/
Upload File :
Current File : //opt/imh-python/lib/python3.9/site-packages/twisted/test/myrebuilder2.py

class A:
    def a(self):
        return "b"


class B(A):
    def b(self):
        return "c"


class Inherit(A):
    def a(self):
        return "d"

Zerion Mini Shell 1.0