Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
legomaheggo
/
DevilsDozen
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
DevilsDozen
/
src
/
ui
/
__init__.py
legomaheggo
feat: Add config, database, realtime, and UI layers with full multiplayer gameplay
a9b6601
29 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
95 Bytes
"""Devil's Dozen UI package."""
from
src.ui.app
import
main
as
run_app
__all__ = [
"run_app"
]