Module jumpscale.clients.sendgrid
Expand source code
def export_module_as():
    from jumpscale.core.base import StoredFactory
    from .sendgrid import SendGridClient
    return StoredFactory(SendGridClient)
Sub-modules
jumpscale.clients.sendgrid.sendgrid
Functions
def export_module_as()- 
Expand source code
def export_module_as(): from jumpscale.core.base import StoredFactory from .sendgrid import SendGridClient return StoredFactory(SendGridClient)