File Manager

Current Path : /usr/lib/python3/dist-packages/twisted/test/
Upload File :
Current File : //usr/lib/python3/dist-packages/twisted/test/myrebuilder1.py

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


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


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

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com