Skip to content
Snippets Groups Projects
Commit 7c1dd067 authored by Adrian Block's avatar Adrian Block Committed by Adrian Block
Browse files

🐛 added db subcommand to cli.py

parent e4508505
No related branches found
No related tags found
1 merge request!1:sparkles: added database storage and broker
......@@ -8,6 +8,7 @@ app = typer.Typer()
app.add_typer(cli.scraper_command, name="scraper")
app.add_typer(cli.courses_command, name="courses")
app.add_typer(cli.db_command, name="db")
if __name__ == "__main__":
app()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment