Tom Gringauz
Results
1
comments of
Tom Gringauz
@lllama I currently just do this ```python import typer import create import delete app = typer.Typer() app.registered_commands += create.app.registered_commands + delete.app.registered_commands ``` I don't currently have the original code, so...