1 2 3 4 5 6 7 8
#!/usr/bin/env python """ An empty full screen application without layout. """ from prompt_toolkit import Application Application(full_screen=True).run()