6 lines
88 B
Python
6 lines
88 B
Python
"""Entry point for ``python -m dicom_mcp``."""
|
|
|
|
from dicom_mcp.server import run
|
|
|
|
run()
|