Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
thinkwee
/
BibGuard
like
24
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
BibGuard
/
src
/
ui
/
__init__.py
thinkwee
init
46df5f0
7 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
192 Bytes
"""UI module for BibGuard terminal interfaces."""
from
.workflow_editor
import
WorkflowEditor
from
.template_selector
import
TemplateSelector
__all__ = [
'WorkflowEditor'
,
'TemplateSelector'
]