class TicketManager(App):

    Config.update_config('config.ini', True)

    def build(self):
        self.title = "yippeeee!"
        return MainScreen()