File size: 123 Bytes
5cea03e
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8

"""
UI package for ELAN-Bot application.
"""

from .gradio_interface import GradioInterface

__all__ = ["GradioInterface"]