7 lines
202 B
Python
7 lines
202 B
Python
"""Blender integration through the Model Context Protocol."""
|
|
|
|
__version__ = "0.1.0"
|
|
|
|
# Expose key classes and functions for easier imports
|
|
from .server import BlenderConnection, get_blender_connection
|