enable quick launch

This commit is contained in:
Vladimir Mandic
2023-04-15 11:51:58 -04:00
parent 71e3abc4a4
commit fd51bb90d0
14 changed files with 393 additions and 105 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import latents
import options
# console handler
from rich import print
from rich import print # pylint: disable=redefined-builtin
from rich.pretty import install as pretty_install
from rich.traceback import install as traceback_install
from rich.console import Console