open_folder docstring

This commit is contained in:
w-e-w 2024-04-05 16:19:20 +09:00
parent a05d89b1e5
commit 20123d427b
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ def topological_sort(dependencies):
def open_folder(path):
"""Open a folder in the file manager of the respect OS."""
# import at function level to avoid potential issues
import gradio as gr
import platform