Source code for steamship.plugin.outputs.stream_complete_plugin_output

from steamship.plugin.outputs.plugin_output import PluginOutput


[docs] class StreamCompletePluginOutput(PluginOutput): pass