@ -0,0 +1,11 @@
# 作者:zs
# 时间:2023年08月31日,23时:27
class A:
def __init__(self, a):
self.a = a
def fo1(self):
print("test")