mirror of
https://github.com/d3vyce/fastapi-toolsets.git
synced 2026-08-04 23:54:09 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
"""CLI for FastAPI projects."""
|
||||
|
||||
from .app import app, register_command
|
||||
|
||||
__all__ = ["app", "register_command"]
|
||||
Reference in New Issue
Block a user