Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 353 Bytes

File metadata and controls

15 lines (13 loc) · 353 Bytes
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 />}
/>