hwonder's picture
Initial StackNet Demo for Hugging Face Spaces
957256e
raw
history blame contribute delete
121 Bytes
# UI Package
from .tabs import create_all_tabs
from .handlers import Handlers
__all__ = ["create_all_tabs", "Handlers"]