ELAN_bot / ui /__init__.py
HipFil98's picture
Create ui/__init__.py
5cea03e verified
raw
history blame contribute delete
123 Bytes
"""
UI package for ELAN-Bot application.
"""
from .gradio_interface import GradioInterface
__all__ = ["GradioInterface"]