class TestStatic(object):
    
    @staticmethod
    def static1(self):
        pass
    
    @staticmethod
    def static2(self):
        pass