Create MDMS module
MDMS module should provide an interface to our scripts.
e.g.: call mdms.get_current_project()
and it returns an entry like this:
{'number': 133, 'id': xxx, 'name': 'OnLine', 'startDate': xxx, 'endDate': xxx, 'lastInput': xxx, 'lastOutput': xxx}
Other functions could be: get_input_documents(meeting_id)
, etc.