
import test301p

class test301c(test301p.A):
    pass

#print test301c()
#print test301p.A()

