Newer
Older
import typer
app: typer.Typer = typer.Typer()
@app.command()
"""Import sites from a source."""
# TODO: Implement this CLI command to import sites from a source.
typer.echo("Importing sites...")
import typer
app: typer.Typer = typer.Typer()
@app.command()
"""Import sites from a source."""
# TODO: Implement this CLI command to import sites from a source.
typer.echo("Importing sites...")