mirror of
https://github.com/d3vyce/fastapi-toolsets.git
synced 2026-03-02 01:10:47 +01:00
feat: allow custom CLI (#28)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
"""CLI for FastAPI projects."""
|
||||
|
||||
from .app import cli
|
||||
from .utils import async_command
|
||||
|
||||
__all__ = ["async_command", "cli"]
|
||||
__all__ = ["async_command"]
|
||||
|
||||
Reference in New Issue
Block a user