init
This commit is contained in:
commit
079dc00345
21 changed files with 1729 additions and 0 deletions
6
pygame_animation/cli/common.py
Normal file
6
pygame_animation/cli/common.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from pygame_animation.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