Ejemplo n.º 1
0
def create_event(event, event_id, skill, due_date):
  e = Event(event, event_id, skill, due_date)
  return e.print_event_subheader()