Skip to content

Commit dbba3a0

Browse files
committed
✨ Add first stub files
1 parent 3e3a24e commit dbba3a0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/fastapi_cli/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.0.1"

src/fastapi_cli/cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def main():
2+
print("Hello FastAPI CLI")

0 commit comments

Comments
 (0)