Cimpress-MCP/JustReleaseNotes

View on GitHub
JustReleaseNotes/sourcers/factory.py

Summary

Maintainability
A
30 mins
Test Coverage
import JustReleaseNotes
from JustReleaseNotes import factory

def create(conf):
    return JustReleaseNotes.factory.createWithConfig("JustReleaseNotes.sourcers", conf["Provider"], conf)