mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
commit
8a1237bdbb
2 changed files with 3 additions and 7 deletions
|
|
@ -1,6 +0,0 @@
|
|||
"""FastMCP CLI tools."""
|
||||
|
||||
from .cli.cli import app
|
||||
|
||||
if __name__ == "__main__":
|
||||
app()
|
||||
|
|
@ -2,4 +2,6 @@
|
|||
|
||||
from .cli import app
|
||||
|
||||
__all__ = ["app"]
|
||||
|
||||
if __name__ == "__main__":
|
||||
app()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue