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:
understanding
/
BasicHfBot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
BasicHfBot
/
bot
/
server
/
__init__.py
understanding
Create server/__init__.py
54310dd
verified
6 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
84 Bytes
# PATH: bot/server/__init__.py
from
.app
import
create_app
__all__ = [
"create_app"
]