from tui.app import GnizaApp def main(): app = GnizaApp() app.run() if __name__ == "__main__": main()