File size: 150 Bytes
8fd238c
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from gradio_client.client import Client
from gradio_client.utils import __version__, file

__all__ = [
    "Client",
    "file",
    "__version__",
]