class Util():

    @staticmethod
def Func1():
print "Execute Func1!" def main():
Util.Func1()
05-11 13:17