* almost working * likely working changes * fix width and launch * unused UI state
Most commonly, the __main__.py file is used to provide a command-line interface for a package. __main__.py will be executed when the package itself is invoked directly from the command line using the -m flag.