mirror of
https://github.com/d3vyce/fastapi-toolsets.git
synced 2026-04-16 06:36:26 +02: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