Skip to content

Commit 9c45776

Browse files
committed
✨ Add support for python -m fastapi_cli
1 parent 41d0e52 commit 9c45776

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/fastapi_cli/__main__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .cli import main
2+
3+
main()

0 commit comments

Comments
 (0)