:orphan: :py:mod:`ggmpc.__main__` ======================== .. py:module:: ggmpc.__main__ Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: ggmpc.__main__.HelpFormatter ggmpc.__main__.DataType .. py:class:: HelpFormatter(prog, indent_increment=2, max_help_position=24, width=None) Formatter for generating usage messages and argument help strings. Only the name of this class is considered a public API. All the methods provided by the class are considered an implementation detail. .. py:class:: DataType Generic enumeration. Derive from this class to define new enumerations.