import { Panel, PanelGroup } from 'react-resizable-panels' import { VerticalResizeHandle } from '@/features/ide-react/components/resize/vertical-resize-handle' import PythonOutputPane from '@/features/ide-react/components/editor/python/python-output-pane' import SourceEditor from '@/features/source-editor/components/source-editor' import { PythonExecutionProvider } from '@/features/ide-react/context/python-execution-context' export const PythonEditorSplit = () => { return ( ) }