import OsTabs from "@site/src/components/DocsFeatures/OsTabs.tsx"
import PythonWindows from "./_python-windows.mdx"
import PythonMacOS from "./_python-macos.mdx"
import PythonLinux from "./_python-linux.mdx"
<OsTabs
windows={<PythonWindows />}
macos={<PythonMacOS />}
linux={<PythonLinux />}
/>