def binary(self, input):
     return Binary()(input)
Exemplo n.º 2
0
 def binary(self, input):
     return Binary().apply(input)