fromtypingimportTYPE_CHECKINGimportclickifTYPE_CHECKING:importcloupFORMATTER_TYPE_ERROR="""since Cloup v0.8, this class relies on `cloup.HelpFormatter` to align helpsections. So, you need to make sure your command class uses `cloup.HelpFormatter`as formatter class.If you have your own custom `HelpFormatter`, know that `cloup.HelpFormatter` ismore easily customizable then Click's one, so consider extending it insteadof extending `click.HelpFormatter`."""