Bem vindos Teste Segundo post
Teste
Um segundo teste.
Este é um post de boas vindas.
class MA(object):
def __init__(self, *args):
self.args = args
def show(self):
print(self.args)
Um segundo teste.
Este é um post de boas vindas.
class MA(object):
def __init__(self, *args):
self.args = args
def show(self):
print(self.args)