diff --git a/cli/src/zshell/__init__.py b/cli/src/zshell/__init__.py index 886455a..1b062a4 100644 --- a/cli/src/zshell/__init__.py +++ b/cli/src/zshell/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations import typer -from zshell.subcommands import shell, scheme, screenshot, wallpaper, preset +from zshell.subcommands import shell, scheme, screenshot, wallpaper app = typer.Typer()