Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
thinkwee/BibGuard
Zhongchenchen
/
BibGuard
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
BibGuard
/
src
/
ui
/
__init__.py
thinkwee
init
46df5f0
4 months ago
raw
Copy download link
history
blame
contribute
delete
192 Bytes
"""UI module for BibGuard terminal interfaces."""
from
.workflow_editor
import
WorkflowEditor
from
.template_selector
import
TemplateSelector
__all__ = [
'WorkflowEditor'
,
'TemplateSelector'
]