chore: publish current ableton mcp ai workspace
This commit is contained in:
9
_Framework/EncoderElement.py
Normal file
9
_Framework/EncoderElement.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
||||
|
||||
class EncoderElement(object):
|
||||
"""Minimal placeholder for legacy `_Framework.EncoderElement` imports."""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.args = args
|
||||
self.kwargs = kwargs
|
||||
Reference in New Issue
Block a user