Dimensão Alfa

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)