#!/usr/bin/env python # Copyright 2009-2019, Damian Johnson and The Tor Project # See LICENSE for licensing information import sys import nyx import nyx.curses if __name__ == '__main__': if '--demo-glyphs' in sys.argv: nyx.curses.demo_glyphs() else: nyx.main()