mirror of
https://github.com/d3vyce/fastapi-toolsets.git
synced 2026-03-01 17:00:48 +01:00
6 lines
95 B
Python
6 lines
95 B
Python
"""CLI for FastAPI projects."""
|
|
|
|
from .utils import async_command
|
|
|
|
__all__ = ["async_command"]
|