Initial commit

This commit is contained in:
2026-01-25 16:11:44 +01:00
commit 762ed35341
29 changed files with 5072 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""CLI for FastAPI projects."""
from .app import app, register_command
__all__ = ["app", "register_command"]