create infinite
This commit is contained in:
parent
54b3c4bc9b
commit
7bff037b78
14 changed files with 419 additions and 4 deletions
7
htmx_patterns/cli/cli.py
Normal file
7
htmx_patterns/cli/cli.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import typer
|
||||
|
||||
from htmx_patterns.cli.api import api_app
|
||||
|
||||
app = typer.Typer()
|
||||
|
||||
app.add_typer(api_app, name="api")
|
||||
Loading…
Add table
Add a link
Reference in a new issue