File size: 87 Bytes
7c466d5
 
 
 
 
 
1
2
3
4
5
6
7
"""FastMCP CLI package."""

from .cli import app

if __name__ == "__main__":
    app()