create infinite

This commit is contained in:
Waylon Walker 2024-04-05 20:13:47 -05:00
parent 54b3c4bc9b
commit 7bff037b78
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
14 changed files with 419 additions and 4 deletions

7
htmx_patterns/cli/cli.py Normal file
View 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")