init
This commit is contained in:
parent
aac78ff993
commit
daced3babb
24 changed files with 1485 additions and 47 deletions
|
|
@ -0,0 +1,6 @@
|
|||
from {{ python_package }}.console import console
|
||||
|
||||
|
||||
def verbose_callback(value: bool) -> None:
|
||||
if value:
|
||||
console.quiet = False
|
||||
Loading…
Add table
Add a link
Reference in a new issue