mirror of
https://github.com/d3vyce/fastapi-toolsets.git
synced 2026-03-02 01:10:47 +01:00
Initial commit
This commit is contained in:
5
src/fastapi_toolsets/cli/__init__.py
Normal file
5
src/fastapi_toolsets/cli/__init__.py
Normal file
@@ -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