mirror of
https://github.com/d3vyce/fastapi-toolsets.git
synced 2026-08-07 00:54:08 +00:00
6 lines
111 B
Python
6 lines
111 B
Python
"""CLI for FastAPI projects."""
|
|
|
|
from .app import app, register_command
|
|
|
|
__all__ = ["app", "register_command"]
|