class A: @staticmethod def m(x): return x print(A.m(1))