A real story from building a manuscript submission system at a scientific publishing company.
We were building a system at a Publishing Company that accepts a research manuscript and sends it through an automated scientific publishing pipeline.
Then we had to write the class that an API calls to create a submission.
class ManuscriptSubmissionService:
def __init__(self, title, abstract, authors, affiliations, keywords,






