Skip to content
Snippets Groups Projects
import_sites.py 237 B
Newer Older
import typer

app: typer.Typer = typer.Typer()


@app.command()
Neda Moeini's avatar
Neda Moeini committed
def import_sites() -> None:
    """Import sites from a source."""
    # TODO: Implement this CLI command to import sites from a source.
    typer.echo("Importing sites...")