Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
@decorators.fn(gpi_image=GPI_IMAGE)
def square(self, x: int, y: int, *args, **kwargs) -> bytes:
return x * y
@decorators.fn(gpi_image=GPI_IMAGE)
def power(self, x: int, y: int, *args, **kwargs) -> dict:
return x ** y