Rendert einen HTML5 Audio-Player direkt im AudioPreview-Node nach der Generierung. Inkl. Download-Link. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
174 B
Python
5 lines
174 B
Python
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
|
|
|
|
WEB_DIRECTORY = "./web"
|
|
|
|
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]
|