Sat, 31 Dec 2022 16:23:21 +0100
Updated copyright for 2023.
# -*- coding: utf-8 -*- # Copyright (c) 2022 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing dialogs to perform some code formatting. The supported code formatting systems are these. <ul> <li><a href="https://github.com/psf/black">Black</a></li> <li><a href="https://pycqa.github.io/isort/">isort</a></li> </ul """