File size: 118 Bytes
29cdc9d | 1 2 3 4 5 | #!/usr/bin/env python3
class ConditionalDecoder:
def decode(self, context):
return "GENERATED_CODE_BLOCK"
|
29cdc9d | 1 2 3 4 5 | #!/usr/bin/env python3
class ConditionalDecoder:
def decode(self, context):
return "GENERATED_CODE_BLOCK"
|