@@ -0,0 +1,12 @@
import typer
from rich.console import Console
app = typer.Typer()
console = Console()
@app.command()
def hello():
console.print("Hello World!")
if __name__ == "__main__":
app()
The note is not visible to the blocked user.