7 lines
87 B
Python
7 lines
87 B
Python
"""FastMCP CLI package."""
|
|
|
|
from .cli import app
|
|
|
|
if __name__ == "__main__":
|
|
app()
|