Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def service():
class SomeService(apiron.Service):
domain = "http://foo.com"
return SomeService
def service():
class SomeService(Service):
domain = "http://foo.com"
return SomeService