#!/usr/bin/env python3
from cs200.main import Controller

ctrl = Controller()
ctrl.init_args()
ctrl.return_summarization()
