2026-06-01 12:46:42 +02:00
|
|
|
try:
|
2026-06-01 13:46:34 +02:00
|
|
|
from .ableton_osc.manager import Manager
|
2026-06-01 12:46:42 +02:00
|
|
|
except ImportError:
|
|
|
|
|
# Allows pytest to import without Ableton's runtime present
|
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def create_instance(c_instance):
|
|
|
|
|
return Manager(c_instance)
|